diff options
| author | Philip Kaludercic <philip.kaludercic@fau.de> | 2023-07-17 14:09:59 +0000 |
|---|---|---|
| committer | Philip Kaludercic <philip.kaludercic@fau.de> | 2023-07-17 14:09:59 +0000 |
| commit | a6b52ebf531358ef5937c9b50436775bee10b2eb (patch) | |
| tree | 120e56ac12fe124c0581a4d3eaf56161b89a4c07 | |
| parent | 7073fc19178ca821362e980dec807d86624ae88c (diff) | |
Fix name-typo in "Embark" section
| -rw-r--r-- | do-at-point.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/do-at-point.el b/do-at-point.el index 8759fe9..dddd01c 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -5,7 +5,7 @@ ;; Author: Philip Kaludercic <philipk@posteo.net> ;; Maintainer: Philip Kaludercic <philipk@posteo.net> ;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/do-at-point.el -;; Version: $Id: do-at-point.el,v 1.6 2023/07/16 11:48:25 oj14ozun Exp $ +;; Version: $Id: do-at-point.el,v 1.7 2023/07/17 14:09:29 oj14ozun Exp oj14ozun $ ;; Package-Version: 1 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience @@ -44,7 +44,7 @@ ;;; Relation to "Embark" ;; A similar package, that served as inspiration for `do-at-point' is -;; called Embark (https://github.com/oantolin/embark), by Omar Anatolian +;; called Embark (https://github.com/oantolin/embark), by Omar AntolĂn ;; Camarena. I'll be honest, I don't get the hype but I find the core ;; functionality nice. This package is a fraction of the size of ;; Embark, but does pretty much exactly what I would want to use |
