(menu-bar-make-toggle): Remove stray backslash.

A newline is needed in the docstring there.
This commit is contained in:
Luc Teirlinck 2005-06-12 00:04:44 +00:00
parent 32cc0b0009
commit d02c57d351

View file

@ -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")