org: User interface message at tag edit slightly more legible
This commit is contained in:
parent
5e4bb2627c
commit
534678382f
|
@ -15207,7 +15207,7 @@ Returns the new tags string, or nil to not change the current settings."
|
||||||
(setq rtn
|
(setq rtn
|
||||||
(catch 'exit
|
(catch 'exit
|
||||||
(while t
|
(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 (not groups) "no " "")
|
||||||
(if expert " [C-c]:window" (if exit-after-next " [C-c]:single" " [C-c]:multi")))
|
(if expert " [C-c]:window" (if exit-after-next " [C-c]:single" " [C-c]:multi")))
|
||||||
(setq c (let ((inhibit-quit t)) (read-char-exclusive)))
|
(setq c (let ((inhibit-quit t)) (read-char-exclusive)))
|
||||||
|
|
Loading…
Reference in New Issue