summaryrefslogtreecommitdiff
path: root/lisp/ielm.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-04-26 03:13:43 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-04-26 03:13:43 +0000
commit9afdb1bbf3e78e295ff7a23c12c8fed9fad1dfa9 (patch)
treea915c86a6a05ea17544f95dd7f9ebb6db84f9705 /lisp/ielm.el
parentd635349d4f7c55f8ffe3f0fbfbbca33c0f7e8252 (diff)
downloademacs-9afdb1bbf3e78e295ff7a23c12c8fed9fad1dfa9.tar.gz
(ielm-prompt-read-only, ielm-prompt): Minor doc fix.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r--lisp/ielm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el
index 2eae3591c7f..0a249f65095 100644
--- a/lisp/ielm.el
+++ b/lisp/ielm.el
@@ -62,7 +62,7 @@ Interrupting the IELM process with \\<ielm-map>\\[comint-interrupt-subjob],
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 @@ _default_ value affect _new_ prompts. Unless the new prompt
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