diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-01-21 19:55:46 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-01-21 19:55:46 +0200 |
commit | 6b01b9475d0318f8bb1c7555938f9398b40e5ec7 (patch) | |
tree | 6752fe38cfb24a4197695742379c92336f8bd847 | |
parent | e8c8bd3de2b0c5f8395656ea2dd1e8f5a230f853 (diff) | |
download | emacs-6b01b9475d0318f8bb1c7555938f9398b40e5ec7.tar.gz |
Minor improvement in section "Pages" of the usere manual
* doc/emacs/text.texi (Pages): Improve wording. Suggested by Will
Korteland <emacs-devel@korte.land> in emacs-manual-bugs@gnu.org.
-rw-r--r-- | doc/emacs/text.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index bb837f94d3b..969548d38ee 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -381,12 +381,13 @@ at the end). @kbd{C-x C-p C-w} is a handy way to kill a page to move it elsewhere. If you move to another page delimiter with @kbd{C-x [} and @kbd{C-x ]}, then yank the killed page, all the pages will be properly -delimited once again. The reason @kbd{C-x C-p} includes only the -following page delimiter in the region is to ensure that. +delimited once again. Making sure this works as expected is the +reason @kbd{C-x C-p} includes only the following page delimiter in the +region. A numeric argument to @kbd{C-x C-p} specifies which page to go to, -relative to the current one. Zero means the current page, one -the next page, and @minus{}1 the previous one. +relative to the current one. Zero means the current page, one means +the next page, and @minus{}1 means the previous one. @kindex C-x l @findex count-lines-page |