aboutsummaryrefslogtreecommitdiff
path: root/org-link-edit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-02-13 01:25:41 -0500
committerKyle Meyer <kyle@kyleam.com>2015-02-13 01:25:41 -0500
commitb40644ebad460a2043f4d54c751c7884d725447a (patch)
tree166f0230d3cfeb50ed89d936ca139fb8e4446c9f /org-link-edit.el
parent20d3ab3c0ad75690ccb67f206674d2dcaa4ee578 (diff)
downloadorg-link-edit-b40644ebad460a2043f4d54c751c7884d725447a.tar.gz
Revise commentary
Diffstat (limited to 'org-link-edit.el')
-rw-r--r--org-link-edit.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/org-link-edit.el b/org-link-edit.el
index e9538a5..b30a04b 100644
--- a/org-link-edit.el
+++ b/org-link-edit.el
@@ -40,9 +40,9 @@
;; be used frequently enough to be worthy of a short, repeat-friendly
;; binding. Using Hydra [1] provides a nice solution to this. After
;; an initial key sequence, any of the commands will be repeatable
-;; with a single key. (Plus, you get a nice interface that reminds
-;; you of the keys). Below is one example of how you could configure
-;; this.
+;; with a single key. (Plus, you get a nice interface that displays
+;; the key for each command.) Below is one example of how you could
+;; configure this.
;;
;; (define-key org-mode-map YOUR-KEY
;; (defhydra hydra-org-link-edit ()