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

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

[elpa] externals/ace-window 746ffd2 52/92: ace-window.el (aw-ignored-buf


From: Stefan Monnier
Subject: [elpa] externals/ace-window 746ffd2 52/92: ace-window.el (aw-ignored-buffers): Clean up doc
Date: Wed, 17 Mar 2021 18:39:20 -0400 (EDT)

branch: externals/ace-window
commit 746ffd2508f6fbcb946e5988b099465def362b58
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    ace-window.el (aw-ignored-buffers): Clean up doc
    
    Re #148
---
 ace-window.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ace-window.el b/ace-window.el
index 3d199cb..d1dbf29 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -98,8 +98,7 @@ For example, to make SPC do the same as ?a, use
 
 (defcustom aw-ignored-buffers '("*Calc Trail*" " *LV*")
   "List of buffers and major-modes to ignore when choosing a window from the 
window list.
-Active only when `aw-ignore-on' is non-nil.  Windows displaying these
-buffers can still be chosen by typing their specific labels."
+Active only when `aw-ignore-on' is non-nil."
   :type '(repeat string))
 
 (defcustom aw-ignore-on t



reply via email to

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