# HG changeset patch # User John Paul Wallington # Date 1033035422 0 # Node ID 2e93b2eb38c8fea62236cf99c13ae28fdb74f20d # Parent d9332e0c9cb39e4e0abfb067067fad3f4a4c7c54 Mention minibufferp's optional buffer arg. diff -r d9332e0c9cb3 -r 2e93b2eb38c8 etc/NEWS --- 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'.