summaryrefslogtreecommitdiff
path: root/doc/misc/mh-e.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2019-04-21 07:51:38 -0700
committerGlenn Morris <rgm@gnu.org>2019-04-21 07:51:38 -0700
commitd9664f0d9e03ecfbcd7115a27200c5259bc19162 (patch)
tree828dc476a162c01308d44c9149db58e57be5c43d /doc/misc/mh-e.texi
parentd2b78ea1d4f5deb62efac0d1cad7c8df015a2d76 (diff)
parent9d7e08dd8f28b1c62dfdff592ba92e8d2fa14726 (diff)
downloademacs-d9664f0d9e03ecfbcd7115a27200c5259bc19162.tar.gz
Merge from origin/emacs-26
9d7e08d (origin/emacs-26) Avoid false positives and false negatives o... 75b589c Fix markup related to quoting in Info fd6ff29 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... cd2204f Add a package: line to c-submit-bug-report. a992dca ; Remove empty NEWS sections ea67270 ; Add NEWS sections for 26.3 45b0946 ; Bump Emacs version to 26.2.50 aae8cc3 * admin/admin.el (set-version): Add NEWS headers for a .50 ve...
Diffstat (limited to 'doc/misc/mh-e.texi')
-rw-r--r--doc/misc/mh-e.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi
index 99070950026..25dd53c4fb9 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -6287,24 +6287,24 @@ Emacs navigational keys (like the arrow keys, or @kbd{C-n}) to move
the cursor over the desired folder and then use the shortcuts for the
menu items listed in the table below.
-@table @samp
+@table @asis
@findex mh-speed-view
-@item Visit Folder (@key{RET})
+@item @samp{Visit Folder} (@key{RET})
Visits the selected folder just as if you had used @kbd{F v}
(@code{mh-speed-view}).
@c -------------------------
@findex mh-speed-expand-folder
-@item Expand Nested Folders (@kbd{+})
+@item @samp{Expand Nested Folders} (@kbd{+})
Expands the selected folder in the speedbar, exposing the children
folders inside it (@code{mh-speed-expand-folder}).
@c -------------------------
@findex mh-speed-contract-folder
-@item Contract Nested Folders (@kbd{-})
+@item @samp{Contract Nested Folders} (@kbd{-})
Contracts or collapses the selected folder in the speedbar, hiding the
children folders inside it (@code{mh-speed-contract-folder}).
@c -------------------------
@findex mh-speed-refresh
-@item Refresh Speedbar (@kbd{r})
+@item @samp{Refresh Speedbar} (@kbd{r})
Regenerates the list of folders in the speedbar. Run this command if
you've added or deleted a folder, or want to update the unseen message
count before the next automatic update (@code{mh-speed-refresh}).