emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a426add 3/7: excorporate-diary: Fix documentation string


From: Thomas Fitzsimmons
Subject: [elpa] master a426add 3/7: excorporate-diary: Fix documentation string
Date: Fri, 14 Jun 2019 17:12:19 -0400 (EDT)

branch: master
commit a426add130aecd094566d76e282dc4378cd7a356
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]