branch: elpa/hyperdrive
commit b096ed34ede79cab82252bf63448c579c26a8129
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Docs: Fix File view keybindings
---
doc/hyperdrive.org | 14 +++++++++-----
doc/hyperdrive.texi | 17 +++++++++++------
2 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/doc/hyperdrive.org b/doc/hyperdrive.org
index ebe7efaeef..58aba6da7c 100644
--- a/doc/hyperdrive.org
+++ b/doc/hyperdrive.org
@@ -344,13 +344,17 @@ You can customize the directory view with the following
options:
The following keybindings are available inside the file view by
default:
-- Key: C-x x g (revert-buffer-quick) ::
+- Key: C-x x g (hyperdrive-revert-buffer-quick) ::
- Refreshes the file to display potential updates
+ Refresh the file to display potential updates. This command remaps
+ the global ~revert-buffer-quick~ keybinding.
-If you have bound ~dired-jump~ in the global keymap (people often choose
-~C-x C-j~), you can use the same binding to jump to the parent
-hyperdrive directory from any hyperdrive file or directory buffer.
+- Key: C-x C-j (hyperdrive-up) ::
+
+ Jump to the parent hyperdrive directory from a hyperdrive file or
+ directory buffer. This command remaps the global ~dired-jump~ keybinding.
+
+The following customization options affect how files are displayed:
- User Option: hyperdrive-honor-auto-mode-alist ::
diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi
index 6194686690..e6cbc5ac14 100644
--- a/doc/hyperdrive.texi
+++ b/doc/hyperdrive.texi
@@ -537,15 +537,20 @@ The following keybindings are available inside the file
view by
default:
@table @asis
-@item @kbd{C-x x g} (@code{revert-buffer-quick})
+@item @kbd{C-x x g} (@code{hyperdrive-revert-buffer-quick})
@kindex C-x x g
-@findex revert-buffer-quick
-Refreshes the file to display potential updates
+@findex hyperdrive-revert-buffer-quick
+Refresh the file to display potential updates. This command remaps
+the global @code{revert-buffer-quick} keybinding.
+
+@item @kbd{C-x C-j} (@code{hyperdrive-up})
+@kindex C-x C-j
+@findex hyperdrive-up
+Jump to the parent hyperdrive directory from a hyperdrive file or
+directory buffer. This command remaps the global @code{dired-jump} keybinding.
@end table
-If you have bound @code{dired-jump} in the global keymap (people often choose
-@code{C-x C-j}), you can use the same binding to jump to the parent
-hyperdrive directory from any hyperdrive file or directory buffer.
+The following customization options affect how files are displayed:
@defopt hyperdrive-honor-auto-mode-alist
If non-@code{nil}, use file extension of hyperdrive file to set
@code{major-mode}.