branch: elpa-release/hyperdrive commit 2e16cabc7b3aa445937379680ae662eb3274f581 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Docs: (h/open) Document "explain" option --- doc/hyperdrive.org | 1 + doc/hyperdrive.texi | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/hyperdrive.org b/doc/hyperdrive.org index ecb6ee5a4a..cf3daa2ddc 100644 --- a/doc/hyperdrive.org +++ b/doc/hyperdrive.org @@ -365,6 +365,7 @@ exist, ~hyperdrive.el~ will prompt you to take action: - ~u~ (up) to open the parent directory containing that file or folder - ~r~ (recurse) to go up the directory tree until a directory is found or until you get to the root directory. +- ~e~ (explain) to open this section of the hyperdrive Info manual. - ~q~ (exit) to exit, - ~?~ (help) to show a help message. diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi index def47c8534..c347d9ee45 100644 --- a/doc/hyperdrive.texi +++ b/doc/hyperdrive.texi @@ -630,6 +630,8 @@ works for files, not folders (see @ref{No directory version history}) @code{r} (recurse) to go up the directory tree until a directory is found or until you get to the root directory. @item +@code{e} (explain) to open this section of the hyperdrive Info manual. +@item @code{q} (exit) to exit, @item @code{?} (help) to show a help message.