# HG changeset patch # User Richard M. Stallman # Date 1198622928 0 # Node ID 5d4b7a894119256b51d2c720a9d79ae5f8e0aa62 # Parent f6740b43efaed9e897af3d7423db815753ec4b5e Doc fix. diff -r f6740b43efae -r 5d4b7a894119 lisp/tooltip.el --- a/lisp/tooltip.el Tue Dec 25 22:48:13 2007 +0000 +++ b/lisp/tooltip.el Tue Dec 25 22:48:48 2007 +0000 @@ -272,7 +272,7 @@ (buffer-substring start (point))))))) (defmacro tooltip-region-active-p () - "Value is non-nil if the region is currently active." + "Value is non-nil if the region should override command actions." `(use-region-p)) (defun tooltip-expr-to-print (event)