emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/emacs-lisp cust-print.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/emacs-lisp cust-print.el
Date: Tue, 21 Jul 2009 04:40:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/21 04:40:17

Modified files:
        lisp/emacs-lisp: cust-print.el 

Log message:
        Remove leading * from defcustom docs.
        (custom-print-vectors): Remove old comments from doc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/cust-print.el?cvsroot=emacs&r1=2.19&r2=2.20

Patches:
Index: cust-print.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/cust-print.el,v
retrieving revision 2.19
retrieving revision 2.20
diff -u -b -r2.19 -r2.20
--- cust-print.el       5 Jan 2009 03:20:57 -0000       2.19
+++ cust-print.el       21 Jul 2009 04:40:17 -0000      2.20
@@ -1,7 +1,7 @@
 ;;; cust-print.el --- handles print-level and print-circle
 
-;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;;   2009  Free Software Foundation, Inc.
 
 ;; Author: Daniel LaLiberte <address@hidden>
 ;; Adapted-By: ESR
@@ -130,7 +130,7 @@
 ;;This is defined by emacs.")
 
 (defcustom print-level nil
-  "*Controls how many levels deep a nested data object will print.
+  "Controls how many levels deep a nested data object will print.
 
 If nil, printing proceeds recursively and may lead to
 max-lisp-eval-depth being exceeded or an error may occur:
@@ -146,7 +146,7 @@
 
 
 (defcustom print-circle nil
-  "*Controls the printing of recursive structures.
+  "Controls the printing of recursive structures.
 
 If nil, printing proceeds recursively and may lead to
 `max-lisp-eval-depth' being exceeded or an error may occur:
@@ -165,11 +165,7 @@
 
 
 (defcustom custom-print-vectors nil
-  "*Non-nil if printing of vectors should obey print-level and print-length.
-
-For Emacs 18, setting print-level, or adding custom print list or
-vector handling will make this happen anyway.  Emacs 19 obeys
-print-level, but not for vectors."
+  "Non-nil if printing of vectors should obey `print-level' and 
`print-length'."
   :type 'boolean
   :group 'cust-print)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]