emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ielm.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ielm.el
Date: Fri, 10 Jun 2005 10:04:24 -0400

Index: emacs/lisp/ielm.el
diff -c emacs/lisp/ielm.el:1.49 emacs/lisp/ielm.el:1.50
*** emacs/lisp/ielm.el:1.49     Sun May 29 15:09:39 2005
--- emacs/lisp/ielm.el  Fri Jun 10 14:04:24 2005
***************
*** 102,108 ****
  customizes `ielm-prompt'.")
  
  (defcustom ielm-dynamic-return t
!   "*Controls whether \\<ielm-map>\\[ielm-return] has intelligent behaviour in 
IELM.
  If non-nil, \\[ielm-return] evaluates input for complete sexps, or inserts a 
newline
  and indents for incomplete sexps.  If nil, always inserts newlines."
    :type 'boolean
--- 102,108 ----
  customizes `ielm-prompt'.")
  
  (defcustom ielm-dynamic-return t
!   "*Controls whether \\<ielm-map>\\[ielm-return] has intelligent behavior in 
IELM.
  If non-nil, \\[ielm-return] evaluates input for complete sexps, or inserts a 
newline
  and indents for incomplete sexps.  If nil, always inserts newlines."
    :type 'boolean
***************
*** 468,474 ****
  Expressions evaluated by IELM are not subject to `debug-on-quit' or
  `debug-on-error'.
  
! The behaviour of IELM may be customized with the following variables:
  * To stop beeping on error, set `ielm-noisy' to nil.
  * If you don't like the prompt, you can change it by setting `ielm-prompt'.
  * If you do not like that the prompt is (by default) read-only, set
--- 468,474 ----
  Expressions evaluated by IELM are not subject to `debug-on-quit' or
  `debug-on-error'.
  
! The behavior of IELM may be customized with the following variables:
  * To stop beeping on error, set `ielm-noisy' to nil.
  * If you don't like the prompt, you can change it by setting `ielm-prompt'.
  * If you do not like that the prompt is (by default) read-only, set




reply via email to

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