diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-26 23:18:05 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-26 23:18:05 +0000 |
commit | e10f0e78f6b617ac3425748a99a3b64a3fbd3aee (patch) | |
tree | 4f9890cabcebef3222f23b8270d7d51fa21320b7 /lisp/progmodes | |
parent | e03035e3528c0dac8baae005554a677aed6d4cb4 (diff) | |
download | emacs-e10f0e78f6b617ac3425748a99a3b64a3fbd3aee.tar.gz emacs-e10f0e78f6b617ac3425748a99a3b64a3fbd3aee.tar.bz2 emacs-e10f0e78f6b617ac3425748a99a3b64a3fbd3aee.zip |
(inferior-lisp-prompt): Doc fix.
Diffstat (limited to 'lisp/progmodes')
-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 06ad2d591ad..083d87f581c 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -167,7 +167,7 @@ and franz. This variable is used to initialize `comint-prompt-regexp' in the Inferior Lisp buffer. This variable is only used if the variable -`comint-use-prompt-regexp-instead-of-fields' is non-nil. +`comint-use-prompt-regexp' is non-nil. More precise choices: Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\" |