aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-08-07 14:59:23 +0000
committerMiles Bader2000-08-07 14:59:23 +0000
commit7749a263fa1f8502c866d9595b6ed6f4aa36dd48 (patch)
tree0b909141090fc16e46760fe7fd735db2dadeceb8
parent502166d288cfe6982a6386fda20ce1ed862f860a (diff)
downloademacs-7749a263fa1f8502c866d9595b6ed6f4aa36dd48.tar.gz
emacs-7749a263fa1f8502c866d9595b6ed6f4aa36dd48.zip
(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,
157and franz. This variable is used to initialize `comint-prompt-regexp' in the 157and franz. This variable is used to initialize `comint-prompt-regexp' in the
158Inferior Lisp buffer. 158Inferior Lisp buffer.
159 159
160This variable is only used if the variable
161`comint-use-prompt-regexp-instead-of-fields' is non-nil.
162
160More precise choices: 163More precise choices:
161Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\" 164Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"
162franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\" 165franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"