branch: master commit a426add130aecd094566d76e282dc4378cd7a356 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
excorporate-diary: Fix documentation string * packages/excorporate/excorporate-diary.el (exco-diary-icalendar--add-diary-entry-around): Fix documentation string. --- packages/excorporate/excorporate-diary.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/excorporate/excorporate-diary.el b/packages/excorporate/excorporate-diary.el index fe5887e..5e870bc 100644 --- a/packages/excorporate/excorporate-diary.el +++ b/packages/excorporate/excorporate-diary.el @@ -60,7 +60,9 @@ If omitted, NONMARKING defaults to nil and FILE defaults to (defun exco-diary-icalendar--add-diary-entry-around (original &rest arguments) "Prevent whitespace workaround from selecting diary buffer. Also prevent `diary-make-entry' from putting the diary file -where (other-buffer (current-buffer)) will return it." +where (other-buffer (current-buffer)) will return it. ORIGINAL +and ARGUMENTS are the original function and arguments +respectively." (cl-letf (((symbol-function #'find-file) (symbol-function #'find-file-noselect)) ;; This override suppresses diary-make-entry's window