From 8af7e4bda96c7892ebc4fc3cddaabfe3b5a3a0ea Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Dec 2007 22:48:48 +0000 Subject: [PATCH] Doc fix. --- lisp/tooltip.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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) -- 2.39.2