aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong2010-03-25 16:15:52 -0400
committerChong Yidong2010-03-25 16:15:52 -0400
commit0f72a391d3323bd30d39174ad7b037144234c3ff (patch)
tree9e76d8c6c308206a566372763e3fbd187cc3b6be /doc
parent9d30a9f45e3c9b60b2e5c6816ba26d1ee0de718e (diff)
downloademacs-0f72a391d3323bd30d39174ad7b037144234c3ff.tar.gz
emacs-0f72a391d3323bd30d39174ad7b037144234c3ff.zip
* misc.texi (Navigation): Document doc-view-continuous.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/misc.texi15
2 files changed, 16 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index e40a37b46ce..821a318a783 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12010-03-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * misc.texi (Navigation): Document doc-view-continuous.
4
12010-03-24 Glenn Morris <rgm@gnu.org> 52010-03-24 Glenn Morris <rgm@gnu.org>
2 6
3 * ack.texi (Acknowledgments): 7 * ack.texi (Acknowledgments):
@@ -30,7 +34,6 @@
30 * xresources.texi (Table of Resources): 34 * xresources.texi (Table of Resources):
31 * mule.texi (Defining Fontsets, Charsets): Update xrefs. 35 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
32 36
33>>>>>>> MERGE-SOURCE
342010-03-06 Chong Yidong <cyd@stupidchicken.com> 372010-03-06 Chong Yidong <cyd@stupidchicken.com>
35 38
36 * custom.texi (Init Examples): Add xref to Locals. 39 * custom.texi (Init Examples): Add xref to Locals.
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index cdf46f0f151..29d529c2a86 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -84,11 +84,20 @@ When in DocView mode, you can scroll the current page using the usual
84Emacs movement keys: @kbd{C-p}, @kbd{C-n}, @kbd{C-b}, @kbd{C-f}, and 84Emacs movement keys: @kbd{C-p}, @kbd{C-n}, @kbd{C-b}, @kbd{C-f}, and
85the arrow keys. 85the arrow keys.
86 86
87@vindex doc-view-continuous
88 By default, the line-motion keys @kbd{C-p} and @kbd{C-n} stop
89scrolling at the beginning and end of the current page, respectively.
90However, if you change the variable @code{doc-view-continuous} to a
91non-@code{nil} value, then @kbd{C-p} displays the previous page if you
92are already at the beginning of the current page, and @kbd{C-n}
93displays the next page if you are at the end of the current page.
94
87@findex doc-view-next-page 95@findex doc-view-next-page
88@findex doc-view-previous-page 96@findex doc-view-previous-page
89 To display the next page, type @kbd{n}, @key{next} or @kbd{C-x ]} 97 You can also display the next page by typing @kbd{n}, @key{next} or
90(@code{doc-view-next-page}). To display the previous page, type 98@kbd{C-x ]} (@code{doc-view-next-page}). To display the previous
91@kbd{p}, @key{prior} or @kbd{C-x [} (@code{doc-view-previous-page}). 99page, type @kbd{p}, @key{prior} or @kbd{C-x [}
100(@code{doc-view-previous-page}).
92 101
93@findex doc-view-scroll-up-or-next-page 102@findex doc-view-scroll-up-or-next-page
94@findex doc-view-scroll-down-or-previous-page 103@findex doc-view-scroll-down-or-previous-page