branch: elpa/pacmacs
commit 5c45e17c404c2b7b913780ab5d58cba4c109d92d
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
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)))