fix: Docs on keys to use when resizing
This commit is contained in:
parent
7f901b23ae
commit
adab1147e0
1 changed files with 2 additions and 2 deletions
|
|
@ -302,7 +302,7 @@ C-c C-c to apply."
|
||||||
(if (<= (length (window-list)) 1)
|
(if (<= (length (window-list)) 1)
|
||||||
(progn (setq resize-frame nil)
|
(progn (setq resize-frame nil)
|
||||||
(message "Only root frame exists, abort."))
|
(message "Only root frame exists, abort."))
|
||||||
(message "Use arrow-keys or i/j/k/l to adjust frames.")))
|
(message "Use arrow-keys or C-p/n/f/b to adjust frames.")))
|
||||||
|
|
||||||
(defun resize-frame-done ()
|
(defun resize-frame-done ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue