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:
parent
810fb442e5
commit
dba2230da3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user