From f40ebf9725e6d31e703e5de1fe67ba641959aa02 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 9 Jul 2017 02:14:45 +0200 Subject: [PATCH] Minor docstring updates --- core/autoload/popups.el | 1 + modules/app/email/config.el | 2 +- modules/feature/evil/autoload/evil-mc.el | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/autoload/popups.el b/core/autoload/popups.el index d0824d478..4f75d3afa 100644 --- a/core/autoload/popups.el +++ b/core/autoload/popups.el @@ -183,6 +183,7 @@ only close popups that have an :autoclose property in their rule (see ;;;###autoload (defmacro with-popup-rules! (rules &rest body) + "TODO" (declare (indent defun)) `(let ((old-shackle-rules shackle-rules)) ,@(cl-loop for rule in rules diff --git a/modules/app/email/config.el b/modules/app/email/config.el index 7afb090a3..b70651f95 100644 --- a/modules/app/email/config.el +++ b/modules/app/email/config.el @@ -140,7 +140,7 @@ default/fallback account." mu4e-marks) ;; This hook correctly modifies gmail flags on emails when they are marked. - ;; Without it refiling (archiving), trashing, and flagging (starring) email + ;; Without it, refiling (archiving), trashing, and flagging (starring) email ;; won't properly result in the corresponding gmail action, since the marks ;; are ineffectual otherwise. (defun +email|gmail-fix-flags (mark msg) diff --git a/modules/feature/evil/autoload/evil-mc.el b/modules/feature/evil/autoload/evil-mc.el index c918c7cf5..5e76a5d8e 100644 --- a/modules/feature/evil/autoload/evil-mc.el +++ b/modules/feature/evil/autoload/evil-mc.el @@ -13,8 +13,8 @@ ;;;###autoload (autoload '+evil/mc-make-cursor-here "feature/evil/autoload/evil-mc" nil t) (evil-define-command +evil/mc-make-cursor-here () "Create a cursor at point. If in visual block or line mode, then create -cursors in column beneath+above the point on each line. Otherwise pauses -cursors." +cursors on each line of the selection, on the column of the cursor. Otherwise +pauses cursors." :repeat nil :keep-visual nil :evil-mc t