From: Luc Teirlinck Date: Sun, 12 Jun 2005 00:04:44 +0000 (+0000) Subject: (menu-bar-make-toggle): Remove stray backslash. X-Git-Tag: emacs-pretest-22.0.90~9030 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d02c57d351f178485d0ac225618d30f7450ea739;p=emacs.git (menu-bar-make-toggle): Remove stray backslash. A newline is needed in the docstring there. --- 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")