changeset 47621:2e93b2eb38c8

Mention minibufferp's optional buffer arg.
author John Paul Wallington <jpw@pobox.com>
date Thu, 26 Sep 2002 10:17:02 +0000
parents d9332e0c9cb3
children b604605851ea
files etc/NEWS
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Sep 26 09:59:44 2002 +0000
+++ b/etc/NEWS	Thu Sep 26 10:17:02 2002 +0000
@@ -1093,8 +1093,9 @@
 ** 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'.