aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Burkett2021-11-25 21:00:25 -0500
committerGitHub2021-11-25 21:00:25 -0500
commitb73f79170449e53101f8e8c8d6400e9cce0849a2 (patch)
tree7cdc1a7a0ab6199cbe555d3117a65cea7ee73df7
parenta8da8714cd457009bcbb4be82573765226576f4c (diff)
parent9a3e50ee2a7fea05ae5c39a464960e003c6902f3 (diff)
downloademacs-b73f79170449e53101f8e8c8d6400e9cce0849a2.tar.gz
emacs-b73f79170449e53101f8e8c8d6400e9cce0849a2.zip
Merge pull request #327 from anis-semmar/patch-1
README.org: fix page flipping command names
-rw-r--r--README.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.org b/README.org
index 37c742edcce..ea80bfda88a 100644
--- a/README.org
+++ b/README.org
@@ -175,7 +175,8 @@
175 - =which-key-show-major-mode= will show the currently active major-mode 175 - =which-key-show-major-mode= will show the currently active major-mode
176 bindings. It's similar to =C-h m= but in a which-key format. It is also 176 bindings. It's similar to =C-h m= but in a which-key format. It is also
177 aware of evil commands defined using =evil-define-key=. 177 aware of evil commands defined using =evil-define-key=.
178 - =which-key-show-next-page= is the command used for paging. 178 - =which-key-show-next-page-cycle= / =which-key-show-previous-page-cycle= will flip pages in a circle.
179 - =which-key-show-next-page-no-cycle= / =which-key-show-previous-page-no-cycle= will flip pages and stop at first/last page.
179 - =which-key-undo= can be used to undo the last keypress when in the middle 180 - =which-key-undo= can be used to undo the last keypress when in the middle
180 of a key sequence. 181 of a key sequence.
181 182