about summary refs log tree commit diff
path: root/exwm-cm.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2017-02-05T09·50+0800
committerChris Feng <chris.w.feng@gmail.com>2017-02-05T09·50+0800
commitf221f837cb1e38e00fdbe54d25301c09d77c7ae9 (patch)
tree87b1979f8ad61d4aa1a83697ca49800d8a8e5ec4 /exwm-cm.el
parent9926d87b65f1a5e627032b8da329799cd612f289 (diff)
Fix checkdoc warnings
Diffstat (limited to 'exwm-cm.el')
-rw-r--r--exwm-cm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-cm.el b/exwm-cm.el
index 532a8b583a..233d5e0773 100644
--- a/exwm-cm.el
+++ b/exwm-cm.el
@@ -115,7 +115,7 @@
   "The default value of opacity when it's not explicitly specified.
 
 The value should be a floating number between 0 (transparent) and 100
-(opaque).  A value of nil also means opaque.")
+\(opaque).  A value of nil also means opaque.")
 
 (defvar exwm-cm--hash nil
   "The hash table associating X window IDs to their attributes.")
@@ -226,7 +226,7 @@ If called interactively, XWIN would be the selected X window."
   (car (exwm-cm--get-tree xwin)))
 
 (defsubst exwm-cm--get-siblings (xwin)
-  "Get a list of subtrees of the siblings of X window XWIN"
+  "Get a list of subtrees of the siblings of X window XWIN."
   (cdr (exwm-cm--get-tree xwin)))
 
 (defsubst exwm-cm--get-subtree (xwin)