From cb711556008291dc0d1425b8f0f0837b37ae8368 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Jul 2009 02:45:34 +0000 Subject: Remove leading * from defcustom docs. --- lisp/emacs-lisp/pp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/pp.el') 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) -- cgit v1.2.1