system: Please Emacs.
authorLudovic Courtès <ludo@gnu.org>
Fri, 16 Nov 2018 07:39:07 +0000 (08:39 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 18 Nov 2018 22:37:44 +0000 (23:37 +0100)
* gnu/system.scm (operating-system-bootcfg): Remove opening parenthesis
at the beginning of the line in the docstring to placate Emacs.

gnu/system.scm

index d4ce0d8..96b3b7d 100644 (file)
@@ -933,8 +933,8 @@ listed in OS.  The C library expects to find it under
   (store-file-system (operating-system-file-systems os)))
 
 (define* (operating-system-bootcfg os #:optional (old-entries '()))
-  "Return the bootloader configuration file for OS.  Use OLD-ENTRIES
-(which is a list of <menu-entry>) to populate the \"old entries\" menu."
+  "Return the bootloader configuration file for OS.  Use OLD-ENTRIES,
+a list of <menu-entry>, to populate the \"old entries\" menu."
   (mlet* %store-monad
       ((root-fs ->  (operating-system-root-file-system os))
        (root-device -> (file-system-device root-fs))