diff options
| author | Eli Zaretskii | 2015-04-25 17:51:21 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-04-25 17:51:21 +0300 |
| commit | 3b40a95bf4936eec50feabb14c993c0fa3d6881d (patch) | |
| tree | 9bef8645b583dcef9d0967e57087046e178a3d2e | |
| parent | 365f9ab8653769dbe35983242746d4e46cbbf015 (diff) | |
| download | emacs-3b40a95bf4936eec50feabb14c993c0fa3d6881d.tar.gz emacs-3b40a95bf4936eec50feabb14c993c0fa3d6881d.zip | |
lisp/window.el (recenter-last-op): Doc fix. (Bug#20419)
| -rw-r--r-- | lisp/window.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 32467c393dd..a6c60e9805d 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -7625,7 +7625,8 @@ Return non-nil if the window was shrunk, nil otherwise." | |||
| 7625 | 7625 | ||
| 7626 | (defvar recenter-last-op nil | 7626 | (defvar recenter-last-op nil |
| 7627 | "Indicates the last recenter operation performed. | 7627 | "Indicates the last recenter operation performed. |
| 7628 | Possible values: `top', `middle', `bottom', integer or float numbers.") | 7628 | Possible values: `top', `middle', `bottom', integer or float numbers. |
| 7629 | It can also be nil, which means the first value in `recenter-positions'.") | ||
| 7629 | 7630 | ||
| 7630 | (defcustom recenter-positions '(middle top bottom) | 7631 | (defcustom recenter-positions '(middle top bottom) |
| 7631 | "Cycling order for `recenter-top-bottom'. | 7632 | "Cycling order for `recenter-top-bottom'. |