summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2017-07-19 00:16:23 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2017-07-19 00:16:23 +0200
commit534678382f2ffe54247895b26552cb017ae75aa5 (patch)
tree5d66705303a489ad4f12e563dc7702928bad1f4c
parent5e4bb2627c1e1446f49f991bfa0d08ea6391fa08 (diff)
downloadorg-mode-534678382f2ffe54247895b26552cb017ae75aa5.tar.gz
org: User interface message at tag edit slightly more legible
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2536753..597477b 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15207,7 +15207,7 @@ Returns the new tags string, or nil to not change the current settings."
(setq rtn
(catch 'exit
(while t
- (message "[a-z..]:Toggle [SPC]:clear [RET]:accept [TAB]:free [!] %sgroups%s"
+ (message "[a-z..]:toggle [SPC]:clear [RET]:accept [TAB]:edit [!] %sgroups%s"
(if (not groups) "no " "")
(if expert " [C-c]:window" (if exit-after-next " [C-c]:single" " [C-c]:multi")))
(setq c (let ((inhibit-quit t)) (read-char-exclusive)))