(menu-bar-make-toggle): Remove stray backslash.
A newline is needed in the docstring there.
This commit is contained in:
parent
32cc0b0009
commit
d02c57d351
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ PROPS are additional properties."
|
|||
`(progn
|
||||
(defun ,name (&optional interactively)
|
||||
,(concat "Toggle whether to " (downcase (substring help 0 1))
|
||||
(substring help 1) ".\
|
||||
(substring help 1) ".
|
||||
In an interactive call, record this option as a candidate for saving
|
||||
by \"Save Options\" in Custom buffers.")
|
||||
(interactive "p")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue