aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2020-03-07 13:40:10 +0200
committerEli Zaretskii2020-03-07 13:40:10 +0200
commitfdbe7cacfb1e56e8a2115971ad2a09cdd1b0fd85 (patch)
treec0dccbfa8974dc412d7d837cb5e8841a5af84a9f /etc
parent10c58356e4e7ab1bae9b5fe1c1304e1f8dc82f83 (diff)
downloademacs-fdbe7cacfb1e56e8a2115971ad2a09cdd1b0fd85.tar.gz
emacs-fdbe7cacfb1e56e8a2115971ad2a09cdd1b0fd85.zip
Document the changes in 'read-answer'
* doc/lispref/minibuf.texi (Multiple Queries): Document the fact that 'read-answer' can now accept non-character input events.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2d719fb7a5b..08bd2af1595 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -347,6 +347,7 @@ The default value is 30000, as the previously hard-coded threshold.
347+++ 347+++
348** The function 'read-passwd' uses "*" as default character to hide passwords. 348** The function 'read-passwd' uses "*" as default character to hide passwords.
349 349
350+++
350** The function 'read-answer' now accepts not only single character 351** The function 'read-answer' now accepts not only single character
351answers, but also function keys like 'F1', character events such as 352answers, but also function keys like 'F1', character events such as
352'C-M-h', and control characters like 'C-h'. 353'C-M-h', and control characters like 'C-h'.