aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-12-25 22:48:48 +0000
committerRichard M. Stallman2007-12-25 22:48:48 +0000
commit8af7e4bda96c7892ebc4fc3cddaabfe3b5a3a0ea (patch)
tree7d34c8023e92d919117efe5e6d15fc15f4625f5b
parent71dffedd1cda4de0788271a1f49cba740ada759e (diff)
downloademacs-8af7e4bda96c7892ebc4fc3cddaabfe3b5a3a0ea.tar.gz
emacs-8af7e4bda96c7892ebc4fc3cddaabfe3b5a3a0ea.zip
Doc fix.
-rw-r--r--lisp/tooltip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 928e5de76b9..3b88e066bdc 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -272,7 +272,7 @@ is based on the current syntax table."
272 (buffer-substring start (point))))))) 272 (buffer-substring start (point)))))))
273 273
274(defmacro tooltip-region-active-p () 274(defmacro tooltip-region-active-p ()
275 "Value is non-nil if the region is currently active." 275 "Value is non-nil if the region should override command actions."
276 `(use-region-p)) 276 `(use-region-p))
277 277
278(defun tooltip-expr-to-print (event) 278(defun tooltip-expr-to-print (event)