emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spell-fu b89bfe035d 20/21: Cleanup: correct typo in descri


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu b89bfe035d 20/21: Cleanup: correct typo in description
Date: Sat, 7 Jan 2023 07:12:29 -0500 (EST)

branch: elpa/spell-fu
commit b89bfe035de0628b38c59ed67d129194b7a953fe
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: correct typo in description
---
 spell-fu.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spell-fu.el b/spell-fu.el
index b2fcaa6965..94e17390f0 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -21,15 +21,15 @@
 ;; Write the following code to your .emacs file:
 ;;
 ;;   (require 'spell-fu)
-;;   (global-spell-fu-mode-mode)
+;;   (global-spell-fu-mode)
 ;;
 ;; Or with `use-package':
 ;;
 ;;   (use-package spell-fu)
-;;   (global-spell-fu-mode-mode)
+;;   (global-spell-fu-mode)
 ;;
 ;; If you prefer to enable this per-mode, you may do so using
-;; mode hooks instead of calling `global-spell-fu-mode-mode'.
+;; mode hooks instead of calling `global-spell-fu-mode'.
 ;; The following example enables this for org-mode:
 ;;
 ;;   (add-hook 'org-mode-hook



reply via email to

[Prev in Thread] Current Thread [Next in Thread]