diff lisp/mouse.el @ 3061:fd1acd2f457a

[xemacs-hg @ 2005-11-13 07:39:26 by ben] fix 'foo -> `foo', `foo.' -> `foo'. derived.el, frame.el, toolbar.el, glyphs.el, hyper-apropos.el, mouse.el, files.el, specifier.el: Fix uses of `foo'; change 'foo -> `foo', and put punctuation outside of quotes. Add comments in specifier.el about needing better and new convenience functions.
author ben
date Sun, 13 Nov 2005 07:39:29 +0000
parents e17beacca645
children 8f1ee2d15784
line wrap: on
line diff
--- a/lisp/mouse.el	Sun Nov 13 07:31:55 2005 +0000
+++ b/lisp/mouse.el	Sun Nov 13 07:39:29 2005 +0000
@@ -406,7 +406,7 @@
 called.
 
 Note that most applications should take action when the mouse is
-released, not when it is pressed.'")
+released, not when it is pressed.")
 
 (defvar mouse-track-drag-hook nil
   "Function or functions called when the user drags the mouse.