about summary refs log tree commit diff
path: root/exwm-manage.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2019-09-08T00·00+0000
committerChris Feng <chris.w.feng@gmail.com>2019-09-08T00·00+0000
commit323e919876e90a101c66f485a4b925dd49ae0a26 (patch)
tree421551ee7d221ff1b8a4538286da59212b68fccd /exwm-manage.el
parent6593236366afdaedefcaa8ad1a9fed9888ca9dfe (diff)
; Improve the docstring of `exwm-manage-configurations'
Diffstat (limited to 'exwm-manage.el')
-rw-r--r--exwm-manage.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/exwm-manage.el b/exwm-manage.el
index a06768f6dc..d657b4d4f5 100644
--- a/exwm-manage.el
+++ b/exwm-manage.el
@@ -70,7 +70,9 @@ possible choices:
 
 For each X window managed for the first time, matching criteria (sexps) are
 evaluated sequentially and the first configuration with a non-nil matching
-criterion would be applied."
+criterion would be applied.  Apart from generic forms, one would typically
+want to match against EXWM internal variables such as `exwm-title',
+`exwm-class-name' and `exwm-instance-name'."
   :type '(alist :key-type (sexp :tag "Matching criterion" nil)
                 :value-type
                 (plist :tag "Configurations"