diff lisp/progmodes/inf-lisp.el @ 30647:9d266998439c

(inferior-lisp-prompt): Doc change.
author Miles Bader <miles@gnu.org>
date Mon, 07 Aug 2000 14:59:23 +0000
parents ebc349d16eb9
children 7c181d033dae
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el	Mon Aug 07 14:58:44 2000 +0000
+++ b/lisp/progmodes/inf-lisp.el	Mon Aug 07 14:59:23 2000 +0000
@@ -157,6 +157,9 @@
 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]*>:\\\\) *\"