From: John Paul Wallington Date: Thu, 26 Sep 2002 10:17:02 +0000 (+0000) Subject: Mention minibufferp's optional buffer arg. X-Git-Tag: ttn-vms-21-2-B4~13055 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bcd2096bb3dcfb06b74214e598d6c10329e544e;p=emacs.git Mention minibufferp's optional buffer arg. --- diff --git a/etc/NEWS b/etc/NEWS index 5db29c91a57..829b06de212 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1093,8 +1093,9 @@ its last line. It should match the regexp "\n\n(fn.*)\\'". ** New CCL functions `lookup-character' and `lookup-integer' access hash tables defined by the Lisp function `define-translation-hash-table'. -** The new function `minibufferp' returns non-nil if the current buffer -is a minibuffer. +** The new function `minibufferp' returns non-nil if its optional buffer +argument is a minibuffer. If the argument is omitted it defaults to +the current buffer. ** There is a new Warnings facility; see the functions `warn' and `display-warning'.