aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ad7c4cb4cf2..df7f5b25526 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -161,7 +161,7 @@ but it works only in Common Lisp."
161 161
162;;;###autoload 162;;;###autoload
163(defcustom inferior-lisp-prompt "^[^> \n]*>+:? *" 163(defcustom inferior-lisp-prompt "^[^> \n]*>+:? *"
164 "Regexp to recognise prompts in the Inferior Lisp mode. 164 "Regexp to recognize prompts in the Inferior Lisp mode.
165Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl, 165Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
166and franz. This variable is used to initialize `comint-prompt-regexp' in the 166and franz. This variable is used to initialize `comint-prompt-regexp' in the
167Inferior Lisp buffer. 167Inferior Lisp buffer.