From f221f837cb1e38e00fdbe54d25301c09d77c7ae9 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Sun, 5 Feb 2017 17:50:52 +0800 Subject: Fix checkdoc warnings --- exwm-cm.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exwm-cm.el') 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) -- cgit 1.4.1