summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-06-12 00:04:44 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-06-12 00:04:44 +0000
commitd02c57d351f178485d0ac225618d30f7450ea739 (patch)
treea92de8eb91d6765c9323c53521f85f1547e9f9d0 /lisp/menu-bar.el
parent32cc0b00092810d3821cb3c4096d4922342a9444 (diff)
downloademacs-d02c57d351f178485d0ac225618d30f7450ea739.tar.gz
(menu-bar-make-toggle): Remove stray backslash.
A newline is needed in the docstring there.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index ee51e8c349a..a4552d8f771 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -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")