summaryrefslogtreecommitdiff
path: root/lisp/progmodes/inf-lisp.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-04-26 23:18:05 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-04-26 23:18:05 +0000
commite10f0e78f6b617ac3425748a99a3b64a3fbd3aee (patch)
tree4f9890cabcebef3222f23b8270d7d51fa21320b7 /lisp/progmodes/inf-lisp.el
parente03035e3528c0dac8baae005554a677aed6d4cb4 (diff)
downloademacs-e10f0e78f6b617ac3425748a99a3b64a3fbd3aee.tar.gz
(inferior-lisp-prompt): Doc fix.
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-rw-r--r--lisp/progmodes/inf-lisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 06ad2d591ad..083d87f581c 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -167,7 +167,7 @@ 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.
+`comint-use-prompt-regexp' is non-nil.
More precise choices:
Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"