diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 06:18:00 +0200 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 06:18:00 +0200 | 
| commit | a988eef39eff4ed41cf05d9c23d93c7a30627d29 (patch) | |
| tree | 1a7ab7bdb7a87644ce17a5778a0e68868316b87e | |
| parent | 69c6da15484fafda01d84dc7ce12268bcfb0682d (diff) | |
emacs: Fix typo in docstring
| -rw-r--r-- | .config/emacs/config.org | 2 | 
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)) |