diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-07-01 19:19:51 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-07-01 19:19:51 +0300 |
commit | fd5bf49139ab84f630b60c6714e0db2da34edff2 (patch) | |
tree | 5e6d69901c0e964498787a549c438331caedc1e2 /doc/lispref/windows.texi | |
parent | 260768a64be39aada03247d6057698df97bcb800 (diff) | |
download | emacs-fd5bf49139ab84f630b60c6714e0db2da34edff2.tar.gz |
Fix last change
* src/w32console.c (Fset_screen_color): Call Frecenter with 2
arguments. (Bug#31325)
* etc/NEWS:
* doc/lispref/windows.texi (Textual Scrolling): Clarify the
role of the second argument to 'recenter'.
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 9740bbebf2c..ae6837b444f 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -4154,7 +4154,9 @@ If @var{count} is @code{nil} (or a non-@code{nil} list), @code{recenter} puts the line containing point in the middle of the window. If @var{count} is @code{nil} and @var{redisplay} is non-@code{nil}, this function may redraw the frame, according to the -value of @code{recenter-redisplay}. +value of @code{recenter-redisplay}. Thus, omitting the second +argument can be used to countermand the effect of +@code{recenter-redisplay} being non-@code{nil}. When @code{recenter} is called interactively, @var{count} is the raw prefix argument. Thus, typing @kbd{C-u} as the prefix sets the |