emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3b40a95: lisp/window.el (recenter-last-op): Doc fix


From: Eli Zaretskii
Subject: [Emacs-diffs] master 3b40a95: lisp/window.el (recenter-last-op): Doc fix. (Bug#20419)
Date: Sat, 25 Apr 2015 14:53:14 +0000

branch: master
commit 3b40a95bf4936eec50feabb14c993c0fa3d6881d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    lisp/window.el (recenter-last-op): Doc fix.  (Bug#20419)
---
 lisp/window.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/window.el b/lisp/window.el
index 32467c3..a6c60e9 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]