From d26b26dc5933f975e8ae990e60a1e651babce5fa Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Dec 2001 23:39:21 +0000 Subject: [PATCH] (eval-expression-print-level, eval-expression-print-length): Doc fixes. --- lisp/simple.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index b79e6214b08..0909090f5b7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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") -- 2.39.5