(activate-mark-hook): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero
2007-04-03 11:10:09 +00:00
parent 5a693cc041
commit 6cbb0bb076

View File

@@ -3093,7 +3093,7 @@ START and END specify the portion of the current buffer to be copied."
(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.")