From: Richard M. Stallman Date: Tue, 25 Dec 2007 22:48:48 +0000 (+0000) Subject: Doc fix. X-Git-Tag: emacs-pretest-23.0.90~8835 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8af7e4bda96c7892ebc4fc3cddaabfe3b5a3a0ea;p=emacs.git Doc fix. --- 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)