summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-03-17 12:55:24 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-03-17 12:55:39 +0100
commit06488ded6b9d8b4971e2e6c5b98b4fab6fe2d167 (patch)
treea263fc0c149cbbb035f0c3ca37820b3f0f590f40 /test/lisp/emacs-lisp
parent6bbd1cc5c9cd3db40dcb1ce82f478473b1f78131 (diff)
downloademacs-06488ded6b9d8b4971e2e6c5b98b4fab6fe2d167.tar.gz
emacs-06488ded6b9d8b4971e2e6c5b98b4fab6fe2d167.tar.bz2
emacs-06488ded6b9d8b4971e2e6c5b98b4fab6fe2d167.zip
Make `?' work again in read-multiple-choice
* lisp/emacs-lisp/rmc.el (read-multiple-choice): Make the `?' key work again to show the help text.
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r--test/lisp/emacs-lisp/rmc-tests.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/rmc-tests.el b/test/lisp/emacs-lisp/rmc-tests.el
index ed30d82c3b8..385b0fe44a5 100644
--- a/test/lisp/emacs-lisp/rmc-tests.el
+++ b/test/lisp/emacs-lisp/rmc-tests.el
@@ -86,7 +86,6 @@
a: [A]aa b: [B]bb c: [C]cc
a really long
description of ccc
- \n?: [?]
-")))))
+ \n")))))
;;; rmc-tests.el ends here