diff options
| author | Chong Yidong | 2010-03-25 16:15:52 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-03-25 16:15:52 -0400 |
| commit | 0f72a391d3323bd30d39174ad7b037144234c3ff (patch) | |
| tree | 9e76d8c6c308206a566372763e3fbd187cc3b6be /doc | |
| parent | 9d30a9f45e3c9b60b2e5c6816ba26d1ee0de718e (diff) | |
| download | emacs-0f72a391d3323bd30d39174ad7b037144234c3ff.tar.gz emacs-0f72a391d3323bd30d39174ad7b037144234c3ff.zip | |
* misc.texi (Navigation): Document doc-view-continuous.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 15 |
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 @@ | |||
| 1 | 2010-03-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * misc.texi (Navigation): Document doc-view-continuous. | ||
| 4 | |||
| 1 | 2010-03-24 Glenn Morris <rgm@gnu.org> | 5 | 2010-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 | ||
| 34 | 2010-03-06 Chong Yidong <cyd@stupidchicken.com> | 37 | 2010-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 | |||
| 84 | Emacs movement keys: @kbd{C-p}, @kbd{C-n}, @kbd{C-b}, @kbd{C-f}, and | 84 | Emacs movement keys: @kbd{C-p}, @kbd{C-n}, @kbd{C-b}, @kbd{C-f}, and |
| 85 | the arrow keys. | 85 | the arrow keys. |
| 86 | 86 | ||
| 87 | @vindex doc-view-continuous | ||
| 88 | By default, the line-motion keys @kbd{C-p} and @kbd{C-n} stop | ||
| 89 | scrolling at the beginning and end of the current page, respectively. | ||
| 90 | However, if you change the variable @code{doc-view-continuous} to a | ||
| 91 | non-@code{nil} value, then @kbd{C-p} displays the previous page if you | ||
| 92 | are already at the beginning of the current page, and @kbd{C-n} | ||
| 93 | displays 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}). | 99 | page, 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 |