diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-05-25 21:22:22 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-05-25 21:22:22 +0200 |
commit | caf8eb0381d1fa9f2b683db7018c5438ff99c83a (patch) | |
tree | 83efb7e7ccaad8d109a1ba12a647654a0ac5b6af /test/lisp/help-tests.el | |
parent | 0c7a7433dce1b93a685396986d3a560c9cc291f1 (diff) | |
download | emacs-caf8eb0381d1fa9f2b683db7018c5438ff99c83a.tar.gz emacs-caf8eb0381d1fa9f2b683db7018c5438ff99c83a.tar.bz2 emacs-caf8eb0381d1fa9f2b683db7018c5438ff99c83a.zip |
Update help-tests.el after minibuffer map change
Diffstat (limited to 'test/lisp/help-tests.el')
-rw-r--r-- | test/lisp/help-tests.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index b2fec5c1bde..871417da3d2 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el @@ -110,14 +110,19 @@ C-<tab> file-cache-minibuffer-complete <prior> switch-to-completions <up> previous-line-or-history-element +M-g Prefix Command M-v switch-to-completions +M-g ESC Prefix Command + M-< minibuffer-beginning-of-buffer M-n next-history-element M-p previous-history-element M-r previous-matching-history-element M-s next-matching-history-element +M-g M-c switch-to-completions + "))) (ert-deftest help-tests-substitute-command-keys/keymap-change () |