# HG changeset patch # User Miles Bader # Date 965660363 0 # Node ID 9d266998439c567338bcaad900bf1a3e121f89be # Parent bb2ebaf639494000f9b1720f7561c4cac6b4cf17 (inferior-lisp-prompt): Doc change. diff -r bb2ebaf63949 -r 9d266998439c lisp/progmodes/inf-lisp.el --- 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]*>:\\\\) *\"