diff options
| author | Miles Bader | 2000-08-07 14:59:23 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-08-07 14:59:23 +0000 |
| commit | 7749a263fa1f8502c866d9595b6ed6f4aa36dd48 (patch) | |
| tree | 0b909141090fc16e46760fe7fd735db2dadeceb8 | |
| parent | 502166d288cfe6982a6386fda20ce1ed862f860a (diff) | |
| download | emacs-7749a263fa1f8502c866d9595b6ed6f4aa36dd48.tar.gz emacs-7749a263fa1f8502c866d9595b6ed6f4aa36dd48.zip | |
(inferior-lisp-prompt): Doc change.
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 09bbb9674d9..63d63612075 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -157,6 +157,9 @@ Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl, | |||
| 157 | and franz. This variable is used to initialize `comint-prompt-regexp' in the | 157 | and franz. This variable is used to initialize `comint-prompt-regexp' in the |
| 158 | Inferior Lisp buffer. | 158 | Inferior Lisp buffer. |
| 159 | 159 | ||
| 160 | This variable is only used if the variable | ||
| 161 | `comint-use-prompt-regexp-instead-of-fields' is non-nil. | ||
| 162 | |||
| 160 | More precise choices: | 163 | More precise choices: |
| 161 | Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\" | 164 | Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\" |
| 162 | franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\" | 165 | franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\" |