]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Dec 2007 22:48:48 +0000 (22:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Dec 2007 22:48:48 +0000 (22:48 +0000)
lisp/tooltip.el

index 928e5de76b920f47a6f36ba394b47a9c973ec763..3b88e066bdc7dc312878a983073b7de3725b0ddb 100644 (file)
@@ -272,7 +272,7 @@ is based on the current syntax table."
          (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)