From d02c57d351f178485d0ac225618d30f7450ea739 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 12 Jun 2005 00:04:44 +0000 Subject: [PATCH] (menu-bar-make-toggle): Remove stray backslash. A newline is needed in the docstring there. --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2