diff options
| -rw-r--r-- | lisp/tooltip.el | 2 |
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) |