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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to