From a988eef39eff4ed41cf05d9c23d93c7a30627d29 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Fri, 11 Aug 2023 06:18:00 +0200
Subject: emacs: Fix typo in docstring

---
 .config/emacs/config.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.config/emacs')

diff --git a/.config/emacs/config.org b/.config/emacs/config.org
index 91fed06..4105321 100644
--- a/.config/emacs/config.org
+++ b/.config/emacs/config.org
@@ -629,7 +629,7 @@ every frame.  We also can’t forget the frame that’s actually running this co
 #+BEGIN_SRC elisp
 
   (defun mm-set-fonts ()
-    "Set the fonts specified by ‘mm-monospace-fonts’ and ‘mm-proportional-font’."
+    "Set the fonts specified by ‘mm-monospace-font’ and ‘mm-proportional-font’."
     (interactive)
     (let* ((mono-family (car mm-monospace-font))
            (mono-props  (cdr mm-monospace-font))
-- 
cgit v1.2.3