From 2d583bad41e0374a4f5906932ee31e3045884254 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 29 Nov 2002 15:06:01 +0000 Subject: [PATCH] (tooltip-gud-tips-p): Doc fix. --- lisp/tooltip.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 98aae2e041b..92e95fcc750 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -128,7 +128,10 @@ position to pop up the tooltip." (defcustom tooltip-gud-tips-p nil - "*Non-nil means show tooltips in GUD sessions." + "*Non-nil means show tooltips in GUD sessions. +Setting this variable directly with `setq' has no effect; +you should either set it with the Customization facility +or use the function `tooltip-gud-tips-activate'." :type 'boolean :tag "GUD" :set #'(lambda (symbol on)