summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/emacs/config.org2
1 files changed, 1 insertions, 1 deletions
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))