emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master e7e8ee2 1/6: ace-window.el: Update comments


From: Oleh Krehel
Subject: [elpa] master e7e8ee2 1/6: ace-window.el: Update comments
Date: Thu, 16 Apr 2015 12:13:04 +0000

branch: master
commit e7e8ee216a81e7acafa500b08d695817d995dcab
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ace-window.el: Update comments
---
 ace-window.el |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ace-window.el b/ace-window.el
index 5aa389d..3534160 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -26,7 +26,7 @@
 ;;; Commentary:
 ;;
 ;; The main function, `ace-window' is meant to replace `other-window'.
-;; If fact, when there are only two windows present, `other-window' is
+;; 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.
@@ -41,7 +41,7 @@
 ;;
 ;;    (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
 ;;
-;; This way they're all on the home row, although the intuitive
+;; This way they are all on the home row, although the intuitive
 ;; ordering is lost.
 ;;
 ;; If you don't want the gray background that makes the red selection
@@ -49,6 +49,9 @@
 ;;
 ;;    (setq aw-background nil)
 ;;
+;; If you want to know the selection characters ahead of time, you can
+;; turn on `ace-window-display-mode'.
+;;
 ;; When prefixed with one `universal-argument', instead of switching
 ;; to selected window, the selected window is swapped with current one.
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]