changeset 13644:e36da6ad58fe

(inferior-lisp-load-command): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Nov 1995 00:28:19 +0000
parents 146c5daf3019
children 9681c6008417
files lisp/progmodes/inf-lisp.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el	Sat Nov 25 00:28:04 1995 +0000
+++ b/lisp/progmodes/inf-lisp.el	Sat Nov 25 00:28:19 1995 +0000
@@ -144,7 +144,7 @@
 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 @@
 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.")