emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 6cfd68d: Fix Hideshow key binding typo in Emacs m


From: Basil L. Contovounesios
Subject: [Emacs-diffs] emacs-26 6cfd68d: Fix Hideshow key binding typo in Emacs manual
Date: Sun, 19 May 2019 08:58:43 -0400 (EDT)

branch: emacs-26
commit 6cfd68d4d7c3e577ba1ed55b304229fc6e78718b
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    Fix Hideshow key binding typo in Emacs manual
    
    * doc/emacs/programs.texi (Hideshow): Add missing function and key
    index entries.  Fix hs-toggle-hiding binding typo. (bug#35798)
---
 doc/emacs/programs.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 9d712eb..df14fd8 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -1332,8 +1332,11 @@ count as blocks.
 @findex hs-show-block
 @findex hs-show-region
 @findex hs-hide-level
address@hidden hs-toggle-hiding
address@hidden hs-mouse-toggle-hiding
 @kindex C-c @@ C-h
 @kindex C-c @@ C-s
address@hidden C-c @@ C-c
 @kindex C-c @@ C-M-h
 @kindex C-c @@ C-M-s
 @kindex C-c @@ C-r
@@ -1346,7 +1349,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
address@hidden C-x @@ C-e
address@hidden 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}).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]