bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33369: 26.1; Correct documentation of scroll-up-aggressively


From: Markus Triska
Subject: bug#33369: 26.1; Correct documentation of scroll-up-aggressively
Date: Tue, 13 Nov 2018 22:53:14 +0100

The documentation of scroll-up-aggressively seems to erroneously refer
to itself when it ought to refer to scroll-down-aggressively instead.

Please consider applying the patch below.

Thank you and all the best,
Markus


In GNU Emacs 26.1 (build 1, i686-pc-linux-gnu, X toolkit, Xaw scroll bars)
 of 2018-05-29 built on debian
Repository revision: 07f8f9bc5a51f5aa94eb099f3e15fbe0c20ea1ea
Windowing system distributor 'The X.Org Foundation', version 11.0.11902000
System Description:     Debian GNU/Linux 9.2 (stretch)


>From 7d5bd6e0636334a581571412755546b8ffd61dfd Mon Sep 17 00:00:00 2001
From: Markus Triska <triska@metalevel.at>
Date: Tue, 13 Nov 2018 22:42:01 +0100
Subject: [PATCH] Small documentation correction.

* doc/lispref/windows.texi (Textual Scrolling): In the description of
scroll-up-aggressively, refer to scroll-down-aggressively instead of
a recursive reference to scroll-up-aggressively.
---
 doc/lispref/windows.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index bce2459a2f..af497cf6af 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -4915,7 +4915,8 @@ Textual Scrolling
 @defopt scroll-up-aggressively
 Likewise, for scrolling up.  The value, @var{f}, specifies how far
 point should be placed from the bottom of the window; thus, as with
-@code{scroll-up-aggressively}, a larger value scrolls more aggressively.
+@code{scroll-down-aggressively}, a larger value scrolls more
+aggressively.
 @end defopt
 
 @defopt scroll-step
-- 
2.11.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]