diff options
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r-- | lisp/ielm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el index ad8bb547cbb..16235f065e2 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -114,7 +114,7 @@ such as `edebug-defun' to work with such inputs." "During IELM evaluation, most recent value evaluated in IELM. Normally identical to `*'. However, if the working buffer is an IELM buffer, distinct from the process buffer, then `*' gives the value in -the working buffer, `*1' the value in the process buffer. +the working buffer, `*1' the value in the process buffer. The intended value is only accessible during IELM evaluation.") (defvar *2 nil @@ -505,7 +505,7 @@ Customised bindings may be defined in `ielm-map', which currently contains: (file-error (start-process "ielm" (current-buffer) "cat"))) (process-kill-without-query (ielm-process)) (goto-char (point-max)) - + ;; Lisp output can include raw characters that confuse comint's ;; carriage control code. (set (make-local-variable 'comint-inhibit-carriage-motion) t) |