diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-25 00:28:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-25 00:28:19 +0000 |
commit | 4ea8a34b66deb4ab5f4da46c7ab8aa3a16db10da (patch) | |
tree | e14761928f2a73e5db5527310796510f681b449b /lisp/progmodes/inf-lisp.el | |
parent | 8e5b59e1309eb0079edae3170937a2153bd71814 (diff) | |
download | emacs-4ea8a34b66deb4ab5f4da46c7ab8aa3a16db10da.tar.gz |
(inferior-lisp-load-command): Doc fix.
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-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 This format string should use `%s' to substitute a file name and should result in a Lisp expression that will command the inferior Lisp to load that file. The default works acceptably on most Lisps. -The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\\n\" +The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\" produces cosmetically superior output for this application, but it works only in Common Lisp.") @@ -156,8 +156,8 @@ and franz. This variable is used to initialize `comint-prompt-regexp' in the Inferior Lisp buffer. More precise choices: -Lucid Common Lisp: \"^\\(>\\|\\(->\\)+\\) *\" -franz: \"^\\(->\\|<[0-9]*>:\\) *\" +Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\" +franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\" kcl: \"^>+ *\" This is a fine thing to set in your .emacs file.") |