|
@@ -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)))
|