diff options
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 161 | 161 | ||
| 162 | ;;;###autoload | 162 | ;;;###autoload |
| 163 | (defcustom inferior-lisp-prompt "^[^> \n]*>+:? *" | 163 | (defcustom inferior-lisp-prompt "^[^> \n]*>+:? *" |
| 164 | "Regexp to recognise prompts in the Inferior Lisp mode. | 164 | "Regexp to recognize prompts in the Inferior Lisp mode. |
| 165 | Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl, | 165 | Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl, |
| 166 | and franz. This variable is used to initialize `comint-prompt-regexp' in the | 166 | and franz. This variable is used to initialize `comint-prompt-regexp' in the |
| 167 | Inferior Lisp buffer. | 167 | Inferior Lisp buffer. |