1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00
This commit is contained in:
Richard M. Stallman 2007-12-25 22:48:48 +00:00
parent 71dffedd1c
commit 8af7e4bda9

View 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)