summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-25 00:28:19 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-25 00:28:19 +0000
commit7d67b72545a431f6d7d960f1ff2da63e65f6a4e3 (patch)
tree5b393c6b6cd5de4fcf81cfe63bb5e7ad9f91fa63
parent73a62b66c83c49b618d755fe71840cf1e49d2e80 (diff)
downloademacs-7d67b72545a431f6d7d960f1ff2da63e65f6a4e3.tar.gz
(inferior-lisp-load-command): Doc fix.
-rw-r--r--lisp/progmodes/inf-lisp.el6
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.")