diff options
author | Dave Love <fx@gnu.org> | 2000-11-27 18:01:19 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-27 18:01:19 +0000 |
commit | e775fcc4024c0e9552f210e111ee66b9aed084c3 (patch) | |
tree | fd4209b5ae7f834c08a7d7806abc1bb7dcde0c0c /lisp/tooltip.el | |
parent | 6d5ce387e23055c7f0ae8cfa4c03daefb5d6c8c4 (diff) | |
download | emacs-e775fcc4024c0e9552f210e111ee66b9aed084c3.tar.gz |
*** empty log message ***
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) |