]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-make-toggle): Remove stray backslash.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 12 Jun 2005 00:04:44 +0000 (00:04 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 12 Jun 2005 00:04:44 +0000 (00:04 +0000)
A newline is needed in the docstring there.

lisp/menu-bar.el

index ee51e8c349afdc64e9602e1803a0ff8b72b13b29..a4552d8f7717ea3fbe463880f907a2fbb9051041 100644 (file)
@@ -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")