docs(emacs): fix docstring of windows-adjust-size

This commit is contained in:
Lucien Cartier-Tilet 2024-04-03 06:09:06 +02:00
parent 788ecefbe5
commit b11b2982c6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -73,9 +73,9 @@ focus the new window immediately.
(with-eval-after-load 'hydra
(defhydra windows-adjust-size ()
"
_s_: enlarge
_c_: enlarge _r_: right
_t_: shrink
_c_: enlarge _r_: right
_s_: enlarge
"
("c" enlarge-window-horizontally)
("t" shrink-window)