comparison lisp/ielm.el @ 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 ab3d5c605cad
children 649d109f3222
comparison
equal deleted inserted replaced
55145:b1416484d1a2 55146:1a8fe9f88f09
60 60
61 Interrupting the IELM process with \\<ielm-map>\\[comint-interrupt-subjob], 61 Interrupting the IELM process with \\<ielm-map>\\[comint-interrupt-subjob],
62 and then restarting it using \\[ielm], makes the then current 62 and then restarting it using \\[ielm], makes the then current
63 default value affect _new_ prompts. However, executing \\[ielm] 63 default value affect _new_ prompts. However, executing \\[ielm]
64 does not have this effect on *ielm* buffers with a running process. 64 does not have this effect on *ielm* buffers with a running process.
65 For IELM buffers that are not called *ielm*, you can execute 65 For IELM buffers that are not called `*ielm*', you can execute
66 \\[inferior-emacs-lisp-mode] in that IELM buffer to update the value, 66 \\[inferior-emacs-lisp-mode] in that IELM buffer to update the value,
67 for new prompts. This works even if the buffer has a running process." 67 for new prompts. This works even if the buffer has a running process."
68 :type 'boolean 68 :type 'boolean
69 :group 'ielm 69 :group 'ielm
70 :version "21.4") 70 :version "21.4")
81 and then restarting it using \\[ielm], makes the then current 81 and then restarting it using \\[ielm], makes the then current
82 _default_ value affect _new_ prompts. Unless the new prompt 82 _default_ value affect _new_ prompts. Unless the new prompt
83 differs only in text properties from the old one, IELM will no 83 differs only in text properties from the old one, IELM will no
84 longer recognize the old prompts. However, executing \\[ielm] 84 longer recognize the old prompts. However, executing \\[ielm]
85 does not update the prompt of an *ielm* buffer with a running process. 85 does not update the prompt of an *ielm* buffer with a running process.
86 For IELM buffers that are not called *ielm*, you can execute 86 For IELM buffers that are not called `*ielm*', you can execute
87 \\[inferior-emacs-lisp-mode] in that IELM buffer to update the value, 87 \\[inferior-emacs-lisp-mode] in that IELM buffer to update the value,
88 for new prompts. This works even if the buffer has a running process." 88 for new prompts. This works even if the buffer has a running process."
89 :type 'string 89 :type 'string
90 :group 'ielm) 90 :group 'ielm)
91 91