diff options
author | Torsten Hilbrich <torsten.hilbrich@gmx.net> | 2019-11-08 21:17:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 21:17:57 +0100 |
commit | 7e2379f14fa897a92695d05d83fd95920e62047d (patch) | |
tree | d086335a67088bf3aeea2c17c537fc96f3b6401d /dictionary.el | |
parent | 6edc1d0a4156d33c3da0c1649c308b809fda46e1 (diff) | |
parent | 03f97543ff66cf45d5e9f6dd1e45113cea9fd019 (diff) |
Merge pull request #5 from plotnick/typos
Fix typos in package commentary
Diffstat (limited to 'dictionary.el')
-rw-r--r-- | dictionary.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dictionary.el b/dictionary.el index 45548ee..40e9313 100644 --- a/dictionary.el +++ b/dictionary.el @@ -22,14 +22,14 @@ ;;; Commentary: -;; dictionary allows you to interact with dictionary servers. Use M-x -;; customize-group dictioanry to modify all user settings. +;; dictionary allows you to interact with dictionary servers. +;; Use M-x customize-group dictionary to modify user settings. ;; ;; Main functions for interaction are: ;; dictionary - opens a new dictionary buffer ;; dictionary-search - search for the definition of a word ;; -;; You can find more information in the README file of the gibhub +;; You can find more information in the README file of the GitHub ;; repository https://github.com/myrkr/dictionary-el ;;; Code: |