diff options
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 0d988ffdffb..9ad338418c2 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -145,7 +145,7 @@ only tooltips in the buffer containing the overlay arrow." This is only relevant GUD display, since otherwise it is equivalent to turning off Tooltip mode." :type 'boolean - :tag "use echo area" + :tag "Use echo area" :group 'tooltip) |