[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)
- [elpa] master updated (0775e8c -> 5b288be), Ian Dunn, 2017/12/09
- [elpa] master 9b61ee5 03/62: Added ede/proj-aux to bootstrap.sh, Ian Dunn, 2017/12/09
- [elpa] master 428098b 04/62: Added bzrignore file, Ian Dunn, 2017/12/09
- [elpa] master d854f3d 02/62: Fixed typos,
Ian Dunn <=
- [elpa] master 52c8a88 10/62: Fixed usage of bzr send in documentation, Ian Dunn, 2017/12/09
- [elpa] master 262d99f 13/62: Added package requirements to paced.el, Ian Dunn, 2017/12/09
- [elpa] master 79c22c2 06/62: Added new customization options for paced-load-all-dictionaries, Ian Dunn, 2017/12/09
- [elpa] master e404950 14/62: Alias if-let* and when-let* for backwards compatibility, Ian Dunn, 2017/12/09
- [elpa] master 6c014ae 15/62: Remove rx pcase form for compatibility, Ian Dunn, 2017/12/09
- [elpa] master ecb2f9d 12/62: Fixed up info title, Ian Dunn, 2017/12/09
- [elpa] master c369964 16/62: Reduce required Emacs version to 25.3, Ian Dunn, 2017/12/09
- [elpa] master de2260f 07/62: Documented the population commands, Ian Dunn, 2017/12/09
- [elpa] master febb200 08/62: Added function to submit a bug report, Ian Dunn, 2017/12/09
- [elpa] master b925c0b 17/62: Updated links in documentation, Ian Dunn, 2017/12/09