system: Please Emacs.

* gnu/system.scm (operating-system-bootcfg): Remove opening parenthesis
at the beginning of the line in the docstring to placate Emacs.
This commit is contained in:
Ludovic Courtès 2018-11-16 08:39:07 +01:00
parent 35b4468127
commit 5ece56dc73
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -933,8 +933,8 @@ (define (operating-system-store-file-system os)
(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))