aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2017-10-28 13:29:29 +0300
committerEli Zaretskii2017-10-28 13:29:29 +0300
commit68182a471007e4cb72efe53c38af9cb3aae332d2 (patch)
treef91f2627e035605012a9e5d0f53d5f8d48144fd1 /doc
parent451823b0e5e71de8949bb0eadc9ea52ec795754f (diff)
downloademacs-68182a471007e4cb72efe53c38af9cb3aae332d2.tar.gz
emacs-68182a471007e4cb72efe53c38af9cb3aae332d2.zip
Make manuals and NEWS consistent
* etc/NEWS: Fix markings on several entries, and rearrange others as needed. * doc/emacs/programs.texi (Hideshow): Document the new outline-like bindings. * doc/emacs/search.texi (Query Replace): Document 'u' and 'U'.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/programs.texi4
-rw-r--r--doc/emacs/search.texi8
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 2b0649cd924..811dab5cfa0 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -1319,16 +1319,20 @@ count as blocks.
1319@kindex S-mouse-2 1319@kindex S-mouse-2
1320@table @kbd 1320@table @kbd
1321@item C-c @@ C-h 1321@item C-c @@ C-h
1322@itemx C-c @@ C-d
1322Hide the current block (@code{hs-hide-block}). 1323Hide the current block (@code{hs-hide-block}).
1323@item C-c @@ C-s 1324@item C-c @@ C-s
1324Show the current block (@code{hs-show-block}). 1325Show the current block (@code{hs-show-block}).
1325@item C-c @@ C-c 1326@item C-c @@ C-c
1327@itemx C-x @@ C-e
1326Either hide or show the current block (@code{hs-toggle-hiding}). 1328Either hide or show the current block (@code{hs-toggle-hiding}).
1327@item S-mouse-2 1329@item S-mouse-2
1328Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}). 1330Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}).
1329@item C-c @@ C-M-h 1331@item C-c @@ C-M-h
1332@itemx C-c @@ C-t
1330Hide all top-level blocks (@code{hs-hide-all}). 1333Hide all top-level blocks (@code{hs-hide-all}).
1331@item C-c @@ C-M-s 1334@item C-c @@ C-M-s
1335@itemx C-c @@ C-a
1332Show all blocks in the buffer (@code{hs-show-all}). 1336Show all blocks in the buffer (@code{hs-show-all}).
1333@item C-c @@ C-l 1337@item C-c @@ C-l
1334Hide all blocks @var{n} levels below this block 1338Hide all blocks @var{n} levels below this block
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index 63cc1c24374..7b334733d67 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -1614,6 +1614,14 @@ to go back to the position of the previous occurrence (or what used to
1614be an occurrence), in case you changed it by mistake or want to 1614be an occurrence), in case you changed it by mistake or want to
1615reexamine it. 1615reexamine it.
1616 1616
1617@item u
1618to undo the last replacement and go back to where that replacement was
1619made.
1620
1621@item U
1622to undo all the replacements and go back to where the first
1623replacement was made.
1624
1617@item C-r 1625@item C-r
1618to enter a recursive editing level, in case the occurrence needs to be 1626to enter a recursive editing level, in case the occurrence needs to be
1619edited rather than just replaced with @var{newstring}. When you are 1627edited rather than just replaced with @var{newstring}. When you are