diff options
author | Martin Rudalics <rudalics@gmx.at> | 2015-07-02 11:19:25 +0200 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2015-07-02 11:19:25 +0200 |
commit | 29f8228b5b549bcc3638617c24c79634ad6959c4 (patch) | |
tree | 9619d4495ab1cd6d3c325aba64b21ff2c40f9824 /lisp/frame.el | |
parent | 0245cc374015a67f5c17fec1342c8a35cbd41779 (diff) | |
download | emacs-29f8228b5b549bcc3638617c24c79634ad6959c4.tar.gz |
Document new `window-divider-mode'.
* lisp/frame.el (window-divider-mode): Fix doc-string.
* doc/emacs/frames.texi (Window Dividers): New section.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index ffa01b4dcc1..cd6823aadf2 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1784,8 +1784,9 @@ With a prefix argument ARG, enable Window Divider mode if ARG is positive, and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil. -The option `window-divider-default-width' allows to customize the -width of dividers displayed by this mode." +The options `window-divider-default-bottom-width' and +`window-divider-default-right-width' allow to customize the width +of dividers displayed by this mode." :group 'window-divider :global t :variable (window-divider-mode |