From: Miles Bader Date: Mon, 7 Aug 2000 14:59:23 +0000 (+0000) Subject: (inferior-lisp-prompt): Doc change. X-Git-Tag: emacs-pretest-21.0.90~2446 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7749a263fa1f8502c866d9595b6ed6f4aa36dd48;p=emacs.git (inferior-lisp-prompt): Doc change. --- diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 09bbb9674d9..63d63612075 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -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]*>:\\\\) *\"