diff options
author | Glenn Morris <rgm@gnu.org> | 2021-01-06 17:19:17 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-01-06 17:19:17 -0800 |
commit | 9b31802e2d13cf8478c23d651741b54ffd4b984b (patch) | |
tree | 4d8df356122d3ae868b133acb4e06ac37cfd3fb5 /test/lisp | |
parent | 331e40a8fd491ceb35c08a3345785dab61bc60d9 (diff) | |
download | emacs-9b31802e2d13cf8478c23d651741b54ffd4b984b.tar.gz emacs-9b31802e2d13cf8478c23d651741b54ffd4b984b.tar.bz2 emacs-9b31802e2d13cf8478c23d651741b54ffd4b984b.zip |
Update a substitute-command-keys test
* test/lisp/help-tests.el (help-tests-substitute-command-keys/keymaps):
Update for "Pretty-print keys without <> around modifiers" change.
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/help-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index 95557c95eb7..835d9fe7949 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el @@ -102,7 +102,7 @@ RET minibuffer-complete-and-exit ESC Prefix Command SPC minibuffer-complete-word ? minibuffer-completion-help -<C-tab> file-cache-minibuffer-complete +C-<tab> file-cache-minibuffer-complete <XF86Back> previous-history-element <XF86Forward> next-history-element <down> next-line-or-history-element |