Mercurial > emacs
changeset 55146:1a8fe9f88f09
(ielm-prompt-read-only, ielm-prompt): Minor doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 26 Apr 2004 03:13:43 +0000 |
parents | b1416484d1a2 |
children | c2f1d71314c4 |
files | lisp/ielm.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ielm.el Mon Apr 26 02:43:42 2004 +0000 +++ b/lisp/ielm.el Mon Apr 26 03:13:43 2004 +0000 @@ -62,7 +62,7 @@ and then restarting it using \\[ielm], makes the then current default value affect _new_ prompts. However, executing \\[ielm] does not have this effect on *ielm* buffers with a running process. -For IELM buffers that are not called *ielm*, you can execute +For IELM buffers that are not called `*ielm*', you can execute \\[inferior-emacs-lisp-mode] in that IELM buffer to update the value, for new prompts. This works even if the buffer has a running process." :type 'boolean @@ -83,7 +83,7 @@ differs only in text properties from the old one, IELM will no longer recognize the old prompts. However, executing \\[ielm] does not update the prompt of an *ielm* buffer with a running process. -For IELM buffers that are not called *ielm*, you can execute +For IELM buffers that are not called `*ielm*', you can execute \\[inferior-emacs-lisp-mode] in that IELM buffer to update the value, for new prompts. This works even if the buffer has a running process." :type 'string