comparison etc/NEWS @ 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 fb782cfe9a36
children 5dbc6d83f14d
comparison
equal deleted inserted replaced
47620:d9332e0c9cb3 47621:2e93b2eb38c8
1091 its last line. It should match the regexp "\n\n(fn.*)\\'". 1091 its last line. It should match the regexp "\n\n(fn.*)\\'".
1092 1092
1093 ** New CCL functions `lookup-character' and `lookup-integer' access 1093 ** New CCL functions `lookup-character' and `lookup-integer' access
1094 hash tables defined by the Lisp function `define-translation-hash-table'. 1094 hash 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
1097 is a minibuffer. 1097 argument is a minibuffer. If the argument is omitted it defaults to
1098 the 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'
1100 and `display-warning'. 1101 and `display-warning'.
1101 1102
1102 ** The functions all-completions and try-completion now accept lists 1103 ** The functions all-completions and try-completion now accept lists