diff options
Diffstat (limited to 'doc')
| -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), | |||
| 4154 | @code{recenter} puts the line containing point in the middle of the | 4154 | @code{recenter} puts the line containing point in the middle of the |
| 4155 | window. If @var{count} is @code{nil} and @var{redisplay} is | 4155 | window. If @var{count} is @code{nil} and @var{redisplay} is |
| 4156 | non-@code{nil}, this function may redraw the frame, according to the | 4156 | non-@code{nil}, this function may redraw the frame, according to the |
| 4157 | value of @code{recenter-redisplay}. | 4157 | value of @code{recenter-redisplay}. Thus, omitting the second |
| 4158 | argument can be used to countermand the effect of | ||
| 4159 | @code{recenter-redisplay} being non-@code{nil}. | ||
| 4158 | 4160 | ||
| 4159 | When @code{recenter} is called interactively, @var{count} is the raw | 4161 | When @code{recenter} is called interactively, @var{count} is the raw |
| 4160 | prefix argument. Thus, typing @kbd{C-u} as the prefix sets the | 4162 | prefix argument. Thus, typing @kbd{C-u} as the prefix sets the |