aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ielm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el
index 5a91361f2d2..727face3695 100644
--- a/lisp/ielm.el
+++ b/lisp/ielm.el
@@ -102,7 +102,7 @@ prevent a running IELM process from being messed up when the user
102customizes `ielm-prompt'.") 102customizes `ielm-prompt'.")
103 103
104(defcustom ielm-dynamic-return t 104(defcustom ielm-dynamic-return t
105 "*Controls whether \\<ielm-map>\\[ielm-return] has intelligent behaviour in IELM. 105 "*Controls whether \\<ielm-map>\\[ielm-return] has intelligent behavior in IELM.
106If non-nil, \\[ielm-return] evaluates input for complete sexps, or inserts a newline 106If non-nil, \\[ielm-return] evaluates input for complete sexps, or inserts a newline
107and indents for incomplete sexps. If nil, always inserts newlines." 107and indents for incomplete sexps. If nil, always inserts newlines."
108 :type 'boolean 108 :type 'boolean
@@ -468,7 +468,7 @@ buffer, then the values in the working buffer are used. The variables
468Expressions evaluated by IELM are not subject to `debug-on-quit' or 468Expressions evaluated by IELM are not subject to `debug-on-quit' or
469`debug-on-error'. 469`debug-on-error'.
470 470
471The behaviour of IELM may be customized with the following variables: 471The behavior of IELM may be customized with the following variables:
472* To stop beeping on error, set `ielm-noisy' to nil. 472* To stop beeping on error, set `ielm-noisy' to nil.
473* If you don't like the prompt, you can change it by setting `ielm-prompt'. 473* If you don't like the prompt, you can change it by setting `ielm-prompt'.
474* If you do not like that the prompt is (by default) read-only, set 474* If you do not like that the prompt is (by default) read-only, set