diff options
author | Glenn Morris <rgm@gnu.org> | 2019-05-22 10:18:51 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-05-22 10:18:51 -0700 |
commit | 5c21832ae866077874fb662e49c695a7850ec22c (patch) | |
tree | 2955309c3cbe881985426e6e1e41cb0d3d7a21ad /doc/emacs/programs.texi | |
parent | d99f0c6fb831da5cc5e4ca2661d660906f30625d (diff) | |
parent | b0da9151d880f7ae60367a4b3d3ef91209bbd06f (diff) | |
download | emacs-5c21832ae866077874fb662e49c695a7850ec22c.tar.gz |
Merge from origin/emacs-26
b0da915 (origin/emacs-26, emacs-26) Fix a typo in ELisp manual
400907b Add option to disable help completion autoloading (Bug#28607)
122ba16 Don't segfault on force-window-update of deleted window
015b12e Fix typo in ELisp manual
eadf044 Remove repeated function call in picture.el
1228a90 ; Fix mm-destroy-parts docstring typo
6cfd68d Fix Hideshow key binding typo in Emacs manual
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index c1ad5b57023..28bfa5b578f 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -1298,8 +1298,11 @@ count as blocks. @findex hs-show-block @findex hs-show-region @findex hs-hide-level +@findex hs-toggle-hiding +@findex hs-mouse-toggle-hiding @kindex C-c @@ C-h @kindex C-c @@ C-s +@kindex C-c @@ C-c @kindex C-c @@ C-M-h @kindex C-c @@ C-M-s @kindex C-c @@ C-r @@ -1312,7 +1315,7 @@ Hide the current block (@code{hs-hide-block}). @item C-c @@ C-s Show the current block (@code{hs-show-block}). @item C-c @@ C-c -@itemx C-x @@ C-e +@itemx C-c @@ C-e Either hide or show the current block (@code{hs-toggle-hiding}). @item S-mouse-2 Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}). |