diff options
| -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 f8243f4a0ac..5bcb28dde52 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el | |||
| @@ -508,7 +508,7 @@ Value is non-nil if this function handled the tip." | |||
| 508 | 508 | ||
| 509 | ;;;###autoload | 509 | ;;;###autoload |
| 510 | (defcustom tooltip-mode nil | 510 | (defcustom tooltip-mode nil |
| 511 | "Toggle tooltip-mode. | 511 | "Non-nil if Tooltip mode is enabled. |
| 512 | Setting this variable directly does not take effect; | 512 | Setting this variable directly does not take effect; |
| 513 | use either \\[customize] or the function `tooltip-mode'." | 513 | use either \\[customize] or the function `tooltip-mode'." |
| 514 | :set (lambda (symbol value) | 514 | :set (lambda (symbol value) |