Mercurial > emacs
changeset 63519:e33c4b9caa8a
(inferior-lisp-prompt): Fix spelling in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 16:20:00 +0000 |
parents | 475955d58ad4 |
children | ba5c73889cbc |
files | lisp/progmodes/inf-lisp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el Thu Jun 16 16:19:24 2005 +0000 +++ b/lisp/progmodes/inf-lisp.el Thu Jun 16 16:20:00 2005 +0000 @@ -161,7 +161,7 @@ ;;;###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.