summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-08-07 14:59:23 +0000
committerMiles Bader <miles@gnu.org>2000-08-07 14:59:23 +0000
commit7749a263fa1f8502c866d9595b6ed6f4aa36dd48 (patch)
tree0b909141090fc16e46760fe7fd735db2dadeceb8
parent502166d288cfe6982a6386fda20ce1ed862f860a (diff)
downloademacs-7749a263fa1f8502c866d9595b6ed6f4aa36dd48.tar.gz
(inferior-lisp-prompt): Doc change.
-rw-r--r--lisp/progmodes/inf-lisp.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 09bbb9674d9..63d63612075 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -157,6 +157,9 @@ Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
and franz. This variable is used to initialize `comint-prompt-regexp' in the
Inferior Lisp buffer.
+This variable is only used if the variable
+`comint-use-prompt-regexp-instead-of-fields' is non-nil.
+
More precise choices:
Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"
franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"