summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-22 02:45:34 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-22 02:45:34 +0000
commitcb711556008291dc0d1425b8f0f0837b37ae8368 (patch)
tree138d9bfbc14797190b207cdad12d43dcbbf67c82 /lisp/emacs-lisp/lisp.el
parentfd413a376573cd0992303019d4d59ccc6336dc9c (diff)
downloademacs-cb711556008291dc0d1425b8f0f0837b37ae8368.tar.gz
emacs-cb711556008291dc0d1425b8f0f0837b37ae8368.tar.bz2
emacs-cb711556008291dc0d1425b8f0f0837b37ae8368.zip
Remove leading * from defcustom docs.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
-rw-r--r--lisp/emacs-lisp/lisp.el2
1 files changed, 1 insertions, 1 deletions
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)