1
0
Fork 0

Fix docstring location

This commit is contained in:
Bram Schoenmakers 2023-05-14 22:49:32 +02:00
parent 605040b42b
commit 4a6be40724

View file

@ -103,8 +103,8 @@ is added as-is, otherwise it's wrapped in a lambda performing an
#'persist-state--save-state)))
(defun persist-state--disable ()
(interactive)
"Stop saving the Emacs state."
(interactive)
(when (timerp persist-state--save-state-timer)
(cancel-timer persist-state--save-state-timer)))