diff options
| author | Glenn Morris | 2019-10-01 17:35:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-10-01 17:35:26 -0700 |
| commit | b0043f688a8dbddb6a976304ddaa91eb87690436 (patch) | |
| tree | bb8046df9239dffa1e34c70d7c81dccc5eca4bf1 /test/src | |
| parent | ae76ce57cfc6cd062f38a3ea1146689d60e10b9c (diff) | |
| download | emacs-b0043f688a8dbddb6a976304ddaa91eb87690436.tar.gz emacs-b0043f688a8dbddb6a976304ddaa91eb87690436.zip | |
Update a substitute-command-keys test
* test/src/doc-tests.el (doc-test-substitute-command-keys):
Update for recent minibuffer map change.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/doc-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/doc-tests.el b/test/src/doc-tests.el index 9bcb240a580..4cfc5a5d573 100644 --- a/test/src/doc-tests.el +++ b/test/src/doc-tests.el | |||
| @@ -58,6 +58,7 @@ SPC minibuffer-complete-word | |||
| 58 | 58 | ||
| 59 | M-v switch-to-completions | 59 | M-v switch-to-completions |
| 60 | 60 | ||
| 61 | M-< minibuffer-beginning-of-buffer | ||
| 61 | M-n next-history-element | 62 | M-n next-history-element |
| 62 | M-p previous-history-element | 63 | M-p previous-history-element |
| 63 | M-r previous-matching-history-element | 64 | M-r previous-matching-history-element |