changeset 63333:cda186c07437

(menu-bar-make-toggle): Remove stray backslash. A newline is needed in the docstring there.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 12 Jun 2005 00:04:44 +0000
parents e495da1b1c63
children e3610cf31194
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")