aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog8
-rw-r--r--man/display.texi2
2 files changed, 7 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index b31152b9943..9492352b1db 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12007-04-20 Martin Rudalics <rudalics@gmx.at>
2
3 * display.texi (Scrolling): Fix typo.
4
12007-04-15 Jay Belanger <belanger@truman.edu> 52007-04-15 Jay Belanger <belanger@truman.edu>
2 6
3 * calc.texi (Title page): Remove the date. 7 * calc.texi (Title page): Remove the date.
@@ -26,7 +30,7 @@
26 * emacs.texi: Insert node heading for GFDL. 30 * emacs.texi: Insert node heading for GFDL.
27 31
28 * dired-x.texi: Relicence under GFDL. Remove date from title page. 32 * dired-x.texi: Relicence under GFDL. Remove date from title page.
29 33
30 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly 34 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
31 than *. 35 than *.
32 36
@@ -69,7 +73,7 @@
69 8.5x11 format. 73 8.5x11 format.
70 * mule.texi (Language Environments): \hbadness=10000 since there's 74 * mule.texi (Language Environments): \hbadness=10000 since there's
71 no way to reword. 75 no way to reword.
72 * emacs.texi (smallbook): new @set to more easily switch between 76 * emacs.texi (smallbook): New @set to more easily switch between
73 smallbook and 8.5x11. 77 smallbook and 8.5x11.
74 78
752007-04-11 Richard Stallman <rms@gnu.org> 792007-04-11 Richard Stallman <rms@gnu.org>
diff --git a/man/display.texi b/man/display.texi
index 43fd4654ca9..a184f8b3db9 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -128,7 +128,7 @@ same screen line. To enable this behavior, set the variable
128@code{scroll-preserve-screen-position} to a non-@code{nil} value. In 128@code{scroll-preserve-screen-position} to a non-@code{nil} value. In
129this mode, when these commands would scroll the text around point off 129this mode, when these commands would scroll the text around point off
130the screen, or within @code{scroll-margin} lines of the edge, they 130the screen, or within @code{scroll-margin} lines of the edge, they
131moves point to keep the same vertical position within the window. 131move point to keep the same vertical position within the window.
132This mode is convenient for browsing through a file by scrolling by 132This mode is convenient for browsing through a file by scrolling by
133screenfuls; if you come back to the screen where you started, point 133screenfuls; if you come back to the screen where you started, point
134goes back to the line where it started. However, this mode is 134goes back to the line where it started. However, this mode is