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

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

[elpa] externals/vundo 56c086365c: ; * vundo.el (vundo-post-exit-hook):


From: ELPA Syncer
Subject: [elpa] externals/vundo 56c086365c: ; * vundo.el (vundo-post-exit-hook): Fix docstring.
Date: Thu, 28 Sep 2023 21:59:25 -0400 (EDT)

branch: externals/vundo
commit 56c086365cea127590a361850afe6fd309b595e2
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * vundo.el (vundo-post-exit-hook): Fix docstring.
---
 vundo.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vundo.el b/vundo.el
index 85d4300267..b99b585455 100644
--- a/vundo.el
+++ b/vundo.el
@@ -282,9 +282,9 @@ the user invoked ‘vundo’, before every setup ‘vundo’ does."
   :type 'hook)
 
 (defcustom vundo-post-exit-hook nil
-  "List of functions to call when entering vundo.
+  "List of functions to call when exiting vundo.
 This hook runs in the original buffer the user invoked ‘vundo’,
-after every clean up the exiting function does. Ie, it is the
+after all the clean up the exiting function does. Ie, it is the
 very last thing that happens when vundo exists."
   :type 'hook)
 



reply via email to

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