diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2026-05-02 18:25:32 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2026-05-02 18:25:32 +0200 |
| commit | 3a561a7d37b4e8522f812ef5052653ff4ab38f61 (patch) | |
| tree | cd58075310ec165463f4110ad96d55c6ae5ed034 | |
| parent | 63a58857bd9668eb5353df8efad8e650b3e0c631 (diff) | |
Fix typo in News sectionexternals/do-at-point
| -rw-r--r-- | do-at-point.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/do-at-point.el b/do-at-point.el index 008f1f7..fec128d 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -52,7 +52,7 @@ ;; the first action on the first thing `do-at-point' would select. ;; With a prefix argument, you can inspect what that action would ;; be. -;; - Add new action on URLs to clone Git repositories into /tamp/ +;; - Add new action on URLs to clone Git repositories into /tmp/ ;; - Add new action to attach files to Gnus ;; - Add new action to run "rgrep" on some text ;; - Add new action to integrate Iedit (if installed) |
