aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-16 16:20:00 +0000
committerJuanma Barranquero2005-06-16 16:20:00 +0000
commitdba2230da3ef9a5b0f3c8181b7e8eb2e790f6654 (patch)
tree8edb1496ebe1a9712a8d925a0fe4a04b6f8c6e26
parent810fb442e569e0fad8fd37b7234348af93d564ee (diff)
downloademacs-dba2230da3ef9a5b0f3c8181b7e8eb2e790f6654.tar.gz
emacs-dba2230da3ef9a5b0f3c8181b7e8eb2e790f6654.zip
(inferior-lisp-prompt): Fix spelling in docstrings.
-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.