# HG changeset patch # User Richard M. Stallman # Date 1038582361 0 # Node ID 02ae07f0375ba1621cce31948658d96ded31135b # Parent 10b09165e86fa21c172aebf329ad102fe170e369 (tooltip-gud-tips-p): Doc fix. diff -r 10b09165e86f -r 02ae07f0375b lisp/tooltip.el --- a/lisp/tooltip.el Fri Nov 29 09:44:04 2002 +0000 +++ b/lisp/tooltip.el Fri Nov 29 15:06:01 2002 +0000 @@ -128,7 +128,10 @@ (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)