diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index ae6837b444f..3eaa15a6036 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -4156,7 +4156,8 @@ 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}. Thus, omitting the second | 4157 | value of @code{recenter-redisplay}. Thus, omitting the second |
| 4158 | argument can be used to countermand the effect of | 4158 | argument can be used to countermand the effect of |
| 4159 | @code{recenter-redisplay} being non-@code{nil}. | 4159 | @code{recenter-redisplay} being non-@code{nil}. Interactive calls |
| 4160 | pass non-‘nil’ for @var{redisplay}. | ||
| 4160 | 4161 | ||
| 4161 | When @code{recenter} is called interactively, @var{count} is the raw | 4162 | When @code{recenter} is called interactively, @var{count} is the raw |
| 4162 | prefix argument. Thus, typing @kbd{C-u} as the prefix sets the | 4163 | prefix argument. Thus, typing @kbd{C-u} as the prefix sets the |