summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-24 11:00:06 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-24 11:04:51 +0200
commitbed9fd41efc72526a7fddcbe73c2ad9a97495356 (patch)
treeb31e98db1b149a5096f7ce371b53ccbf37d852b8 /etc
parent49910adf872a98d9c144d34478a53ecb3e01856f (diff)
downloademacs-bed9fd41efc72526a7fddcbe73c2ad9a97495356.tar.gz
Allow read-multiple-choice to do long-form answers
* doc/lispref/commands.texi (Reading One Event): Document it. * lisp/emacs-lisp/rmc.el (read-multiple-choice): Allow using long-form answers instead of single character ones. (read-multiple-choice--long-answers): New function. (read-multiple-choice--short-answers): Refactored out from the main function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7ef71092741..3ed7aae2204 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2105,6 +2105,9 @@ patcomp.el, pc-mode.el, pc-select.el, s-region.el, and sregex.el.
* Lisp Changes in Emacs 29.1
+++
+** 'read-multiple-choice' can now use long-form answers.
+
++++
** 'read-regexp' now allows the user to indicate whether to use case folding.
+++