diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-11-16 08:39:07 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-18 23:37:44 +0100 |
commit | 5ece56dc7385e45542fabc290df420ed6a527918 (patch) | |
tree | fd9e5643dbe5f80cd2693ca793dfef190f8161a9 /gnu/system.scm | |
parent | 35b4468127a766c2f543033880635affa99a4040 (diff) | |
download | guix-5ece56dc7385e45542fabc290df420ed6a527918.tar guix-5ece56dc7385e45542fabc290df420ed6a527918.tar.gz |
system: Please Emacs.
* gnu/system.scm (operating-system-bootcfg): Remove opening parenthesis
at the beginning of the line in the docstring to placate Emacs.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index d4ce0d8e24..96b3b7d0e0 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -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)) |