summaryrefslogtreecommitdiff
path: root/lisp/progmodes/inf-lisp.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-16 16:20:00 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-16 16:20:00 +0000
commitdba2230da3ef9a5b0f3c8181b7e8eb2e790f6654 (patch)
tree8edb1496ebe1a9712a8d925a0fe4a04b6f8c6e26 /lisp/progmodes/inf-lisp.el
parent810fb442e569e0fad8fd37b7234348af93d564ee (diff)
downloademacs-dba2230da3ef9a5b0f3c8181b7e8eb2e790f6654.tar.gz
(inferior-lisp-prompt): Fix spelling in docstrings.
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 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."
;;;###autoload
(defcustom inferior-lisp-prompt "^[^> \n]*>+:? *"
- "Regexp to recognise prompts in the Inferior Lisp mode.
+ "Regexp to recognize prompts in the Inferior Lisp mode.
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.