Mercurial > emacs
changeset 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 | a6c0b2621f7a |
children | 31c4e5bc7e74 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.")