]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention minibufferp's optional buffer arg.
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 26 Sep 2002 10:17:02 +0000 (10:17 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 26 Sep 2002 10:17:02 +0000 (10:17 +0000)
etc/NEWS

index 5db29c91a57f1e02a25eab4a297a7a8a6eefaf9e..829b06de2126e4ca012ff57fcd541fa3c27a2bd6 100644 (file)
--- 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'.