diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-22 02:45:34 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-22 02:45:34 +0000 |
commit | cb711556008291dc0d1425b8f0f0837b37ae8368 (patch) | |
tree | 138d9bfbc14797190b207cdad12d43dcbbf67c82 /lisp/emacs-lisp/pp.el | |
parent | fd413a376573cd0992303019d4d59ccc6336dc9c (diff) | |
download | emacs-cb711556008291dc0d1425b8f0f0837b37ae8368.tar.gz |
Remove leading * from defcustom docs.
Diffstat (limited to 'lisp/emacs-lisp/pp.el')
-rw-r--r-- | lisp/emacs-lisp/pp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index bf53c9e6153..55ae740bd38 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el @@ -33,7 +33,7 @@ :group 'lisp) (defcustom pp-escape-newlines t - "*Value of `print-escape-newlines' used by pp-* functions." + "Value of `print-escape-newlines' used by pp-* functions." :type 'boolean :group 'pp) |