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:
parent
fd413a3765
commit
cb71155600
9 changed files with 26 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue