diff lisp/tooltip.el @ 87404:5d4b7a894119

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Dec 2007 22:48:48 +0000
parents f6740b43efae
children 107ccd98fa12 56a72e2bd635
line wrap: on
line diff
--- 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)