emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 13c59d0: More improvements for text.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 13c59d0: More improvements for text.texi
Date: Mon, 25 Dec 2017 14:50:08 -0500 (EST)

branch: emacs-26
commit 13c59d0a8353a87f21b57ac699c9ff3543a0ee45
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    More improvements for text.texi
    
    * doc/emacs/text.texi (Outline Motion): Avoid unneeded
    repetition.  Suggested by Petteri Hintsanen <address@hidden> in
    address@hidden
---
 doc/emacs/text.texi | 34 ++++++++++++++--------------------
 1 file changed, 14 insertions(+), 20 deletions(-)

diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index 3561956..948abc3 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -1045,42 +1045,36 @@ forward to heading lines.
 
 @table @kbd
 @item C-c C-n
address@hidden outline-next-visible-heading
address@hidden C-c C-n @r{(Outline mode)}
 Move point to the next visible heading line
 (@code{outline-next-visible-heading}).
 @item C-c C-p
address@hidden outline-previous-visible-heading
address@hidden C-c C-p @r{(Outline mode)}
 Move point to the previous visible heading line
 (@code{outline-previous-visible-heading}).
 @item C-c C-f
address@hidden outline-forward-same-level
address@hidden C-c C-f @r{(Outline mode)}
 Move point to the next visible heading line at the same level
 as the one point is on (@code{outline-forward-same-level}).
 @item C-c C-b
address@hidden outline-backward-same-level
address@hidden C-c C-b @r{(Outline mode)}
 Move point to the previous visible heading line at the same level
 (@code{outline-backward-same-level}).
 @item C-c C-u
address@hidden outline-up-heading
address@hidden C-c C-u @r{(Outline mode)}
 Move point up to a lower-level (more inclusive) visible heading line
 (@code{outline-up-heading}).
 @end table
 
address@hidden outline-next-visible-heading
address@hidden outline-previous-visible-heading
address@hidden C-c C-n @r{(Outline mode)}
address@hidden C-c C-p @r{(Outline mode)}
-  @kbd{C-c C-n} (@code{outline-next-visible-heading}) moves down to
-the next heading line.  @kbd{C-c C-p}
-(@code{outline-previous-visible-heading}) moves similarly backward.
-Both accept numeric arguments as repeat counts.
-
address@hidden outline-up-heading
address@hidden outline-forward-same-level
address@hidden outline-backward-same-level
address@hidden C-c C-f @r{(Outline mode)}
address@hidden C-c C-b @r{(Outline mode)}
address@hidden C-c C-u @r{(Outline mode)}
-  @kbd{C-c C-f} (@code{outline-forward-same-level}) and @kbd{C-c C-b}
-(@code{outline-backward-same-level}) move from one heading line to
-another visible heading at the same depth in the outline.  @kbd{C-c
-C-u} (@code{outline-up-heading}) moves backward to another heading
-that is less deeply nested.
+  All of the above commands accept numeric arguments as repeat counts.
+For example, @kbd{C-c C-f}, when given an argument, moves forward that
+many visible heading lines on the same level, and @kbd{C-c C-u} with
+an argument moves out of that many nested levels.
 
 @node Outline Visibility
 @subsection Outline Visibility Commands



reply via email to

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