about summary refs log tree commit diff
path: root/exwm-layout.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-layout.el
parent9926d87b65f1a5e627032b8da329799cd612f289 (diff)
Fix checkdoc warnings
Diffstat (limited to 'exwm-layout.el')
-rw-r--r--exwm-layout.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-layout.el b/exwm-layout.el
index c10eecbd6d..ba7f65cf3b 100644
--- a/exwm-layout.el
+++ b/exwm-layout.el
@@ -178,7 +178,7 @@
   (interactive)
   (with-current-buffer (if id (exwm--id->buffer id) (window-buffer))
     (when (memq xcb:Atom:_NET_WM_STATE_FULLSCREEN exwm--ewmh-state)
-      (user-error "Already in full-screen mode."))
+      (user-error "Already in full-screen mode"))
     ;; Save the position of floating frame.
     (when exwm--floating-frame
       (let* ((geometry (xcb:+request-unchecked+reply exwm--connection
@@ -232,7 +232,7 @@
   (interactive)
   (with-current-buffer (if id (exwm--id->buffer id) (window-buffer))
     (unless (memq xcb:Atom:_NET_WM_STATE_FULLSCREEN exwm--ewmh-state)
-      (user-error "Not in full-screen mode."))
+      (user-error "Not in full-screen mode"))
     ;; Restore the size of this workspace.
     (exwm-workspace--set-fullscreen exwm--frame)
     (if exwm--floating-frame