From cb711556008291dc0d1425b8f0f0837b37ae8368 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Jul 2009 02:45:34 +0000 Subject: Remove leading * from defcustom docs. --- lisp/emacs-lisp/lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/lisp.el') diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 6de82b43c3d..f586382afd3 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -30,7 +30,7 @@ ;; Note that this variable is used by non-lisp modes too. (defcustom defun-prompt-regexp nil - "*If non-nil, a regexp to ignore before a defun. + "If non-nil, a regexp to ignore before a defun. This is only necessary if the opening paren or brace is not in column 0. See function `beginning-of-defun'." :type '(choice (const nil) -- cgit v1.2.3