Minor docstring updates

This commit is contained in:
Henrik Lissner 2017-07-09 02:14:45 +02:00
parent 9a74124ede
commit f40ebf9725
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 4 additions and 3 deletions

View file

@ -183,6 +183,7 @@ only close popups that have an :autoclose property in their rule (see
;;;###autoload ;;;###autoload
(defmacro with-popup-rules! (rules &rest body) (defmacro with-popup-rules! (rules &rest body)
"TODO"
(declare (indent defun)) (declare (indent defun))
`(let ((old-shackle-rules shackle-rules)) `(let ((old-shackle-rules shackle-rules))
,@(cl-loop for rule in rules ,@(cl-loop for rule in rules

View file

@ -140,7 +140,7 @@ default/fallback account."
mu4e-marks) mu4e-marks)
;; This hook correctly modifies gmail flags on emails when they are marked. ;; 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 ;; won't properly result in the corresponding gmail action, since the marks
;; are ineffectual otherwise. ;; are ineffectual otherwise.
(defun +email|gmail-fix-flags (mark msg) (defun +email|gmail-fix-flags (mark msg)

View file

@ -13,8 +13,8 @@
;;;###autoload (autoload '+evil/mc-make-cursor-here "feature/evil/autoload/evil-mc" nil t) ;;;###autoload (autoload '+evil/mc-make-cursor-here "feature/evil/autoload/evil-mc" nil t)
(evil-define-command +evil/mc-make-cursor-here () (evil-define-command +evil/mc-make-cursor-here ()
"Create a cursor at point. If in visual block or line mode, then create "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 on each line of the selection, on the column of the cursor. Otherwise
cursors." pauses cursors."
:repeat nil :repeat nil
:keep-visual nil :keep-visual nil
:evil-mc t :evil-mc t