diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-24 11:00:06 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-24 11:04:51 +0200 |
commit | bed9fd41efc72526a7fddcbe73c2ad9a97495356 (patch) | |
tree | b31e98db1b149a5096f7ce371b53ccbf37d852b8 /etc | |
parent | 49910adf872a98d9c144d34478a53ecb3e01856f (diff) | |
download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. +++ |