diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-08-15T14·59+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-08-15T14·59+0800 |
commit | cb75d4814daac2f6d52d11550199be65d185f996 (patch) | |
tree | 6a7c27806f439270d4d3638b531f9f986c0739e1 /exwm-cm.el | |
parent | 9ff99d63281ced50a34fa803e8cc48633c1f8449 (diff) |
; Fix typos
Diffstat (limited to 'exwm-cm.el')
-rw-r--r-- | exwm-cm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-cm.el b/exwm-cm.el index 8e019bbc7523..f7a37598e5f1 100644 --- a/exwm-cm.el +++ b/exwm-cm.el @@ -1754,7 +1754,7 @@ Create implicit workspace frame container"))) (add-hook 'exwm-exit-hook #'exwm-cm--exit t)) (defun exwm-cm-start () - "Start EXWM composting manager." + "Start EXWM compositing manager." (interactive) (unless exwm-cm--conn (exwm-cm--init))) |