From dba2230da3ef9a5b0f3c8181b7e8eb2e790f6654 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:20:00 +0000 Subject: (inferior-lisp-prompt): Fix spelling in docstrings. --- lisp/progmodes/inf-lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/inf-lisp.el') 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. -- cgit v1.2.1