diff options
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 9e462ee45b9..eabacf23864 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -144,7 +144,7 @@ mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword | |||
| 144 | This format string should use `%s' to substitute a file name | 144 | This format string should use `%s' to substitute a file name |
| 145 | and should result in a Lisp expression that will command the inferior Lisp | 145 | and should result in a Lisp expression that will command the inferior Lisp |
| 146 | to load that file. The default works acceptably on most Lisps. | 146 | to load that file. The default works acceptably on most Lisps. |
| 147 | The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\\n\" | 147 | The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\" |
| 148 | produces cosmetically superior output for this application, | 148 | produces cosmetically superior output for this application, |
| 149 | but it works only in Common Lisp.") | 149 | but it works only in Common Lisp.") |
| 150 | 150 | ||
| @@ -156,8 +156,8 @@ and franz. This variable is used to initialize `comint-prompt-regexp' in the | |||
| 156 | Inferior Lisp buffer. | 156 | Inferior Lisp buffer. |
| 157 | 157 | ||
| 158 | More precise choices: | 158 | More precise choices: |
| 159 | Lucid Common Lisp: \"^\\(>\\|\\(->\\)+\\) *\" | 159 | Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\" |
| 160 | franz: \"^\\(->\\|<[0-9]*>:\\) *\" | 160 | franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\" |
| 161 | kcl: \"^>+ *\" | 161 | kcl: \"^>+ *\" |
| 162 | 162 | ||
| 163 | This is a fine thing to set in your .emacs file.") | 163 | This is a fine thing to set in your .emacs file.") |