]> git.eshelyaron.com Git - emacs.git/commitdiff
(inferior-lisp-prompt): Doc change.
authorMiles Bader <miles@gnu.org>
Mon, 7 Aug 2000 14:59:23 +0000 (14:59 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 7 Aug 2000 14:59:23 +0000 (14:59 +0000)
lisp/progmodes/inf-lisp.el

index 09bbb9674d918fd720ee5c79211cc5feec0ff708..63d63612075977f3ff13ef6809a412ea09ae4e11 100644 (file)
@@ -157,6 +157,9 @@ Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
 and franz.  This variable is used to initialize `comint-prompt-regexp' in the 
 Inferior Lisp buffer.
 
+This variable is only used if the variable
+`comint-use-prompt-regexp-instead-of-fields' is non-nil.
+
 More precise choices:
 Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"
 franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"