changeset 39039:d15594ca0e7d

(eval-expression-print-level): Fix last change.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 30 Aug 2001 15:32:34 +0000
parents b75335a53916
children 9ece957f96c9
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Thu Aug 30 14:19:34 2001 +0000
+++ b/lisp/simple.el	Thu Aug 30 15:32:34 2001 +0000
@@ -566,7 +566,7 @@
 (defcustom eval-expression-print-level 4
   "*Value to use for `print-level' when printing value in `eval-expression'."
   :group 'lisp
-  :type '(choice (const nil integer))
+  :type '(choice (const nil) integer)
   :version "21.1")
 
 (defcustom eval-expression-print-length 12