/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.724 by kfstorm, Fri Jun 3 23:48:21 2005 UTC revision 1.725 by teirllm, Sat Jun 4 22:04:29 2005 UTC
# Line 920  in *Help* buffer.  See also the command Line 920  in *Help* buffer.  See also the command
920  (defvar read-expression-history nil)  (defvar read-expression-history nil)
921    
922  (defcustom eval-expression-print-level 4  (defcustom eval-expression-print-level 4
923    "*Value to use for `print-level' when printing value in `eval-expression'.    "Value for `print-level' while printing value in `eval-expression'.
924  A value of nil means no limit."  A value of nil means no limit."
925    :group 'lisp    :group 'lisp
926    :type '(choice (const :tag "No Limit" nil) integer)    :type '(choice (const :tag "No Limit" nil) integer)
927    :version "21.1")    :version "21.1")
928    
929  (defcustom eval-expression-print-length 12  (defcustom eval-expression-print-length 12
930    "*Value to use for `print-length' when printing value in `eval-expression'.    "Value for `print-length' while printing value in `eval-expression'.
931  A value of nil means no limit."  A value of nil means no limit."
932    :group 'lisp    :group 'lisp
933    :type '(choice (const :tag "No Limit" nil) integer)    :type '(choice (const :tag "No Limit" nil) integer)
934    :version "21.1")    :version "21.1")
935    
936  (defcustom eval-expression-debug-on-error t  (defcustom eval-expression-debug-on-error t
937    "*Non-nil means set `debug-on-error' when evaluating in `eval-expression'.    "If non-nil set `debug-on-error' to t in `eval-expression'.
938  If nil, don't change the value of `debug-on-error'."  If nil, don't change the value of `debug-on-error'."
939    :group 'lisp    :group 'lisp
940    :type 'boolean    :type 'boolean

Legend:
Removed from v.1.724  
changed lines
  Added in v.1.725

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26