]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/pp.el
* help-fns.el (help-function-arglist): Don't check advertised-signature-table.
[gnu-emacs] / lisp / emacs-lisp / pp.el
index ad73134d254c3871a0671d483b32f8b4c15b2876..55ae740bd3849d59d688d1d80a56a0abc9da1670 100644 (file)
@@ -1,7 +1,7 @@
 ;;; pp.el --- pretty printer for Emacs Lisp
 
 ;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 ;; Author: Randal Schwartz <merlyn@stonehenge.com>
 ;; Keywords: lisp
@@ -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)