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

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

[elpa] externals/excorporate 0d20739 41/93: excorporate-diary: Fix docum


From: Stefan Monnier
Subject: [elpa] externals/excorporate 0d20739 41/93: excorporate-diary: Fix documentation string
Date: Sun, 29 Nov 2020 15:43:05 -0500 (EST)

branch: externals/excorporate
commit 0d20739648cf239b6a8187d55312b530dd74ab87
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    excorporate-diary: Fix documentation string
    
    * packages/excorporate/excorporate-diary.el
    (exco-diary-icalendar--add-diary-entry-around): Fix documentation
    string.
---
 excorporate-diary.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/excorporate-diary.el b/excorporate-diary.el
index fe5887e..5e870bc 100644
--- a/excorporate-diary.el
+++ b/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]