emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tooltip.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el,v
Date: Tue, 25 Dec 2007 22:48:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/12/25 22:48:48

Index: tooltip.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/tooltip.el,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- tooltip.el  25 Dec 2007 22:48:13 -0000      1.80
+++ tooltip.el  25 Dec 2007 22:48:48 -0000      1.81
@@ -272,7 +272,7 @@
          (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]