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

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

[elpa] master d854f3d 02/62: Fixed typos


From: Ian Dunn
Subject: [elpa] master d854f3d 02/62: Fixed typos
Date: Sat, 9 Dec 2017 14:33:56 -0500 (EST)

branch: master
commit d854f3dc32cfc28d4efdd696b9ba03f3f79f7990
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Fixed typos
    
    * paced.el (paced-dictionary):
      (paced-edit-current-dictionary): For some reason, I can't spell 
"dictionary".
---
 paced.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/paced.el b/paced.el
index 2623009..0409cc9 100644
--- a/paced.el
+++ b/paced.el
@@ -131,7 +131,7 @@ PROPS is a list of variables to let-bind when populating.  
Each
 entry should be of the form (VAR VALUE).")
    (file-header-line :type string
                     :allocation :class
-                    :initform ";; Paced Dictoinary"
+                    :initform ";; Paced Dictionary"
                     :documentation
                     "Header line for the save file.
 This is used with the `object-write' method.")
@@ -833,7 +833,7 @@ must be set with `paced-edit-named-dictionary' or
     (error "No paced dictionary called '%s' has been registered." name)))
 
 (defun paced-edit-current-dictionary ()
-  "Edit the current paced dictoinary."
+  "Edit the current paced dictionary."
   (interactive)
   (if-let* ((dict (paced-current-dictionary)))
       (customize-object dict)



reply via email to

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