1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(inferior-lisp-prompt): Fix spelling in docstrings.

This commit is contained in:
Juanma Barranquero 2005-06-16 16:20:00 +00:00
parent 810fb442e5
commit dba2230da3

View File

@ -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.