# HG changeset patch # User Juanma Barranquero # Date 1118938800 0 # Node ID e33c4b9caa8a80de7a6545d40005347cf64e079a # Parent 475955d58ad464054b10a32b6b50220f7e01ae24 (inferior-lisp-prompt): Fix spelling in docstrings. diff -r 475955d58ad4 -r e33c4b9caa8a lisp/progmodes/inf-lisp.el --- 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.