aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2002-09-26 10:17:02 +0000
committerJohn Paul Wallington2002-09-26 10:17:02 +0000
commit3bcd2096bb3dcfb06b74214e598d6c10329e544e (patch)
treea0e5c9774bf210e3eaddda624c601f5175339d9e
parent6d1b1d7b831ae47ae45bb5b7c983e0010b390a91 (diff)
downloademacs-3bcd2096bb3dcfb06b74214e598d6c10329e544e.tar.gz
emacs-3bcd2096bb3dcfb06b74214e598d6c10329e544e.zip
Mention minibufferp's optional buffer arg.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
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.*)\\'".
1093** New CCL functions `lookup-character' and `lookup-integer' access 1093** New CCL functions `lookup-character' and `lookup-integer' access
1094hash tables defined by the Lisp function `define-translation-hash-table'. 1094hash tables defined by the Lisp function `define-translation-hash-table'.
1095 1095
1096** The new function `minibufferp' returns non-nil if the current buffer 1096** The new function `minibufferp' returns non-nil if its optional buffer
1097is a minibuffer. 1097argument is a minibuffer. If the argument is omitted it defaults to
1098the current buffer.
1098 1099
1099** There is a new Warnings facility; see the functions `warn' 1100** There is a new Warnings facility; see the functions `warn'
1100and `display-warning'. 1101and `display-warning'.