diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-13 06:04:32 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-13 06:44:52 +0200 |
commit | f02624b34201aae3d69287e5ae86d466e5c4a6b3 (patch) | |
tree | aef0b6763b5052cf43157f7af484085758cefb58 /lisp/windmove.el | |
parent | 2110973351f01fb5cdf90b705acb58354b608050 (diff) | |
download | emacs-f02624b34201aae3d69287e5ae86d466e5c4a6b3.tar.gz emacs-f02624b34201aae3d69287e5ae86d466e5c4a6b3.tar.bz2 emacs-f02624b34201aae3d69287e5ae86d466e5c4a6b3.zip |
; Minor doc fixes found by checkdoc
Diffstat (limited to 'lisp/windmove.el')
-rw-r--r-- | lisp/windmove.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/windmove.el b/lisp/windmove.el index ef970bb6c96..47a1668ee88 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el @@ -498,7 +498,7 @@ Default value of MODIFIERS is `shift'." (defcustom windmove-display-no-select nil "Whether the window should be selected after displaying the buffer in it. -If `nil', then the new window where the buffer is displayed will be selected. +If nil, then the new window where the buffer is displayed will be selected. If `ignore', then don't select a window: neither the new nor the old window, thus allowing the next command to decide what window it selects. Other non-nil values will reselect the old window that was selected before. |