]> git.eshelyaron.com Git - emacs.git/commitdiff
(eval-expression-print-level, eval-expression-print-length): Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 23:39:21 +0000 (23:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 23:39:21 +0000 (23:39 +0000)
lisp/simple.el

index b79e6214b089adea41d2ecdc78aea05f5c653837..0909090f5b765810c2a948908b353a6de2799895 100644 (file)
@@ -571,14 +571,14 @@ in *Help* buffer.  See also the command `describe-char-after'."
 
 (defcustom eval-expression-print-level 4
   "*Value to use for `print-level' when printing value in `eval-expression'.
-Nil means no limit."
+A value of nil means no limit."
   :group 'lisp
   :type '(choice (const :tag "No Limit" nil) integer)
   :version "21.1")
 
 (defcustom eval-expression-print-length 12
   "*Value to use for `print-length' when printing value in `eval-expression'.
-Nil means no limit."
+A value of nil means no limit."
   :group 'lisp
   :type '(choice (const :tag "No Limit" nil) integer)
   :version "21.1")