summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-03-25 16:15:52 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-03-25 16:15:52 -0400
commit91330ee8ba43ccc65d0ad78fae725ba418dbae1a (patch)
treeb85c70e1e67a70c069d527e409a9e1713ffcd6e5 /etc
parentd696c703e04e05f6bdd02042f6d4bd1b842f533f (diff)
downloademacs-91330ee8ba43ccc65d0ad78fae725ba418dbae1a.tar.gz
* misc.texi (Navigation): Document doc-view-continuous.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6abb3e347ca..d950139ed27 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -148,7 +148,7 @@ subsequent kills are not duplicated in the `kill-ring'.
+++
*** The new completion-style `initials' is available.
For instance, this can complete M-x lch to list-command-history.
-
+---
*** The new variable `completions-format' determines how completions
are displayed in the *Completions* buffer. If you set it to
`vertical', completions are sorted vertically in columns.
@@ -227,7 +227,7 @@ exempt buffers that do correspond to files, customize the value of
Dired buffers to be reverted automatically on revisiting them.
** DocView
-
++++
*** When `doc-view-continuous' is non-nil, scrolling a line
on the page edge advances to the next/previous page.