diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-06-12 00:04:44 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-06-12 00:04:44 +0000 |
commit | d02c57d351f178485d0ac225618d30f7450ea739 (patch) | |
tree | a92de8eb91d6765c9323c53521f85f1547e9f9d0 /lisp/menu-bar.el | |
parent | 32cc0b00092810d3821cb3c4096d4922342a9444 (diff) | |
download | emacs-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.el | 2 |
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") |