diff lisp/simple.el @ 76915:b5f8f04cdee4

(activate-mark-hook): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 03 Apr 2007 11:10:09 +0000
parents ee4ef15d1a2c
children ae905157685c
line wrap: on
line diff
--- a/lisp/simple.el	Tue Apr 03 10:21:06 2007 +0000
+++ b/lisp/simple.el	Tue Apr 03 11:10:09 2007 +0000
@@ -3093,7 +3093,7 @@
 (defvar activate-mark-hook nil
   "Hook run when the mark becomes active.
 It is also run at the end of a command, if the mark is active and
-it is possible that the region may have changed")
+it is possible that the region may have changed.")
 
 (defvar deactivate-mark-hook nil
   "Hook run when the mark becomes inactive.")