lisp/window.el (recenter-last-op): Doc fix. (Bug#20419)
This commit is contained in:
parent
365f9ab865
commit
3b40a95bf4
1 changed files with 2 additions and 1 deletions
|
@ -7625,7 +7625,8 @@ Return non-nil if the window was shrunk, nil otherwise."
|
|||
|
||||
(defvar recenter-last-op nil
|
||||
"Indicates the last recenter operation performed.
|
||||
Possible values: `top', `middle', `bottom', integer or float numbers.")
|
||||
Possible values: `top', `middle', `bottom', integer or float numbers.
|
||||
It can also be nil, which means the first value in `recenter-positions'.")
|
||||
|
||||
(defcustom recenter-positions '(middle top bottom)
|
||||
"Cycling order for `recenter-top-bottom'.
|
||||
|
|
Loading…
Add table
Reference in a new issue