diff options
| author | Richard M. Stallman | 2004-11-25 02:55:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-25 02:55:37 +0000 |
| commit | dbc165ffe2a646002ed4389e41d0d8310367fd4a (patch) | |
| tree | 0c048dad6608dfd5886a2a1829c1799f9ff9fb60 | |
| parent | c22141472afe349541ecd5e963a3d4a4716f7f59 (diff) | |
| download | emacs-dbc165ffe2a646002ed4389e41d0d8310367fd4a.tar.gz emacs-dbc165ffe2a646002ed4389e41d0d8310367fd4a.zip | |
(tooltip-mode): Doc fix.
| -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) |