]> code.delx.au - gnu-emacs/commitdiff
lisp/window.el (recenter-last-op): Doc fix. (Bug#20419)
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Apr 2015 14:51:21 +0000 (17:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Apr 2015 14:51:21 +0000 (17:51 +0300)
lisp/window.el

index 32467c393dd0797306e0104d2072fbf7b89343fb..a6c60e9805df25342dd388a388f168d33020bcb9 100644 (file)
@@ -7625,7 +7625,8 @@ Return non-nil if the window was shrunk, nil otherwise."
 \f
 (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'.