# HG changeset patch # User Luc Teirlinck # Date 1118534684 0 # Node ID cda186c07437a6e77a68edbe8b3ffb925929ab28 # Parent e495da1b1c6387b1d4c759efce03e8c9d69b0397 (menu-bar-make-toggle): Remove stray backslash. A newline is needed in the docstring there. diff -r e495da1b1c63 -r cda186c07437 lisp/menu-bar.el --- a/lisp/menu-bar.el Sun Jun 12 00:03:20 2005 +0000 +++ b/lisp/menu-bar.el Sun Jun 12 00:04:44 2005 +0000 @@ -606,7 +606,7 @@ `(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")