a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: selecting a window to switch to
The main function, `ace-window' is meant to replace `other-window'. In fact,
when there are only two windows present, `other-window' is called. If there
are more, each window will have its first character highlighted. Pressing
that character will switch to that window.
Description: selecting a window to switch to
The main function, `ace-window' is meant to replace `other-window'.
In fact, when there are only two windows present, `other-window' is
called. If there are more, each window will have its first character
highlighted. Pressing that character will switch to that window.
--- 245804 Thu Jan 1 00:00:00 1970
+++ 275010 Thu Jan 1 00:00:00 1970
@@ -1,5 +1,5 @@
selecting a window to switch to
- The main function, `ace-window' is meant to replace `other-window'. In fact,
+ The main function, `ace-window' is meant to replace `other-window'.
- when there are only two windows present, `other-window' is called. If there
+ In fact, when there are only two windows present, `other-window' is
- are more, each window will have its first character highlighted. Pressing
+ called. If there are more, each window will have its first character
- that character will switch to that window.
+ highlighted. Pressing that character will switch to that window.