diff options
| author | Eli Zaretskii | 2017-10-28 13:29:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-10-28 13:29:29 +0300 |
| commit | 68182a471007e4cb72efe53c38af9cb3aae332d2 (patch) | |
| tree | f91f2627e035605012a9e5d0f53d5f8d48144fd1 /doc | |
| parent | 451823b0e5e71de8949bb0eadc9ea52ec795754f (diff) | |
| download | emacs-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.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/search.texi | 8 |
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 | ||
| 1322 | Hide the current block (@code{hs-hide-block}). | 1323 | Hide the current block (@code{hs-hide-block}). |
| 1323 | @item C-c @@ C-s | 1324 | @item C-c @@ C-s |
| 1324 | Show the current block (@code{hs-show-block}). | 1325 | Show 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 | ||
| 1326 | Either hide or show the current block (@code{hs-toggle-hiding}). | 1328 | Either hide or show the current block (@code{hs-toggle-hiding}). |
| 1327 | @item S-mouse-2 | 1329 | @item S-mouse-2 |
| 1328 | Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}). | 1330 | Toggle 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 | ||
| 1330 | Hide all top-level blocks (@code{hs-hide-all}). | 1333 | Hide 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 | ||
| 1332 | Show all blocks in the buffer (@code{hs-show-all}). | 1336 | Show all blocks in the buffer (@code{hs-show-all}). |
| 1333 | @item C-c @@ C-l | 1337 | @item C-c @@ C-l |
| 1334 | Hide all blocks @var{n} levels below this block | 1338 | Hide 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 | |||
| 1614 | be an occurrence), in case you changed it by mistake or want to | 1614 | be an occurrence), in case you changed it by mistake or want to |
| 1615 | reexamine it. | 1615 | reexamine it. |
| 1616 | 1616 | ||
| 1617 | @item u | ||
| 1618 | to undo the last replacement and go back to where that replacement was | ||
| 1619 | made. | ||
| 1620 | |||
| 1621 | @item U | ||
| 1622 | to undo all the replacements and go back to where the first | ||
| 1623 | replacement was made. | ||
| 1624 | |||
| 1617 | @item C-r | 1625 | @item C-r |
| 1618 | to enter a recursive editing level, in case the occurrence needs to be | 1626 | to enter a recursive editing level, in case the occurrence needs to be |
| 1619 | edited rather than just replaced with @var{newstring}. When you are | 1627 | edited rather than just replaced with @var{newstring}. When you are |