1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

Remove leading * from defcustom docs.

This commit is contained in:
Glenn Morris 2009-07-22 02:45:34 +00:00
parent fd413a3765
commit cb71155600
9 changed files with 26 additions and 20 deletions

View file

@ -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)