diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2017-02-05T09·50+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2017-02-05T09·50+0800 |
commit | f221f837cb1e38e00fdbe54d25301c09d77c7ae9 (patch) | |
tree | 87b1979f8ad61d4aa1a83697ca49800d8a8e5ec4 /exwm-cm.el | |
parent | 9926d87b65f1a5e627032b8da329799cd612f289 (diff) |
Fix checkdoc warnings
Diffstat (limited to 'exwm-cm.el')
-rw-r--r-- | exwm-cm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-cm.el b/exwm-cm.el index 532a8b583a62..233d5e077390 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) |