aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-04-03 11:10:09 +0000
committerJuanma Barranquero2007-04-03 11:10:09 +0000
commit6cbb0bb0764d5f3c0c023d501f700eb26d9e10dc (patch)
tree55656b565a153b58d83659ba3d1e43ecdc5525b7
parent5a693cc0410d450863af6489f6cb198f7526ec03 (diff)
downloademacs-6cbb0bb0764d5f3c0c023d501f700eb26d9e10dc.tar.gz
emacs-6cbb0bb0764d5f3c0c023d501f700eb26d9e10dc.zip
(activate-mark-hook): Fix typo in docstring.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index bec0d9ed5f3..1554378d138 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3093,7 +3093,7 @@ START and END specify the portion of the current buffer to be copied."
3093(defvar activate-mark-hook nil 3093(defvar activate-mark-hook nil
3094 "Hook run when the mark becomes active. 3094 "Hook run when the mark becomes active.
3095It is also run at the end of a command, if the mark is active and 3095It is also run at the end of a command, if the mark is active and
3096it is possible that the region may have changed") 3096it is possible that the region may have changed.")
3097 3097
3098(defvar deactivate-mark-hook nil 3098(defvar deactivate-mark-hook nil
3099 "Hook run when the mark becomes inactive.") 3099 "Hook run when the mark becomes inactive.")