# HG changeset patch # User Luc Teirlinck # Date 1082949223 0 # Node ID 1a8fe9f88f094c9a469b196f5fc80d796f33ff45 # Parent b1416484d1a283b35a4e27e3c50d8b8f4a2044c9 (ielm-prompt-read-only, ielm-prompt): Minor doc fix. diff -r b1416484d1a2 -r 1a8fe9f88f09 lisp/ielm.el --- 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