Mercurial > emacs
diff lisp/emacs-lisp/lisp.el @ 104024:cce8d50c4566
Remove leading * from defcustom docs.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 22 Jul 2009 02:45:34 +0000 |
parents | 36437490ed93 |
children | cc62eac5991f |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el Wed Jul 22 02:35:45 2009 +0000 +++ b/lisp/emacs-lisp/lisp.el Wed Jul 22 02:45:34 2009 +0000 @@ -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)