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

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

[nongnu] elpa/pacmacs 5c45e17c40 399/472: Add docs for destroy function


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 5c45e17c40 399/472: Add docs for destroy function (#134)
Date: Thu, 6 Jan 2022 21:59:43 -0500 (EST)

branch: elpa/pacmacs
commit 5c45e17c404c2b7b913780ab5d58cba4c109d92d
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Add docs for destroy function (#134)
---
 pacmacs.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pacmacs.el b/pacmacs.el
index a320969594..c7c4c3c8b9 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -116,6 +116,7 @@
                                      tick-function))))
 
 (defun pacmacs-destroy ()
+  "Destroys the game timer without killing the game buffer."
   (when pacmacs-timer
     (cancel-timer pacmacs-timer)
     (setq pacmacs-timer nil)))



reply via email to

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