]> git.eshelyaron.com Git - emacs.git/commit
read-multiple-choice: Add optional argument show-help
authorStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 00:27:39 +0000 (01:27 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 16:03:53 +0000 (17:03 +0100)
commit1e7786437d3d471bffe48d91a067556f9223e9cf
tree324b4b2b6b50a88d83fcbdfe10ef394f9da0cd79
parent787030b0212d5933c3e4a16ece60b4e2ba8caea4
read-multiple-choice: Add optional argument show-help

* lisp/emacs-lisp/rmc.el (rmc--show-help): Factor out new function
from read-multiple-choice.
(read-multiple-choice): Add new optional argument show-help.
* doc/lispref/commands.texi (Reading One Event): Document above new
optional argument.
doc/lispref/commands.texi
etc/NEWS
lisp/emacs-lisp/rmc.el