all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#33369: 26.1; Correct documentation of scroll-up-aggressively
@ 2018-11-13 21:53 Markus Triska
  2018-11-14 16:06 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Triska @ 2018-11-13 21:53 UTC (permalink / raw)
  To: 33369


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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33369: 26.1; Correct documentation of scroll-up-aggressively
  2018-11-13 21:53 bug#33369: 26.1; Correct documentation of scroll-up-aggressively Markus Triska
@ 2018-11-14 16:06 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2018-11-14 16:06 UTC (permalink / raw)
  To: Markus Triska; +Cc: 33369-done

> From: Markus Triska <triska@metalevel.at>
> 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.

Thanks, pushed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-14 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-13 21:53 bug#33369: 26.1; Correct documentation of scroll-up-aggressively Markus Triska
2018-11-14 16:06 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.