branch: externals/fontaine
commit 5d6f06f00b9833aeb1cfdca22e3102fb8a2bc57b
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove incorrect description in fontaine-store-latest-preset doc string
---
 fontaine.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fontaine.el b/fontaine.el
index 7e7da93bd8..6cf6b62392 100644
--- a/fontaine.el
+++ b/fontaine.el
@@ -481,7 +481,7 @@ which this function ignores"
 
 ;;;###autoload
 (defun fontaine-store-latest-preset ()
-  "Write latest cursor state to `fontaine-latest-state-file'.
+  "Write latest state to `fontaine-latest-state-file'.
 Can be assigned to `kill-emacs-hook'."
   (when-let ((hist fontaine--preset-history)
              (latest (car hist))

Reply via email to