Mercurial > hg > xemacs-beta
diff lisp/simple.el @ 2485:3e1c7efd5cde
[xemacs-hg @ 2005-01-17 11:23:01 by adrian]
xemacs-21.5: Fix shifted-motion-keys-select-region docstring
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2005-01-17 Adrian Aichner <adrian@xemacs.org>
* simple.el (shifted-motion-keys-select-region): Fix statement
about unshifted-motion-keys-deselect-region.
author | adrian |
---|---|
date | Mon, 17 Jan 2005 11:23:01 +0000 |
parents | 292ead991a10 |
children | 139afe9fb2ee |
line wrap: on
line diff
--- a/lisp/simple.el Mon Jan 17 10:10:18 2005 +0000 +++ b/lisp/simple.el Mon Jan 17 11:23:01 2005 +0000 @@ -1979,7 +1979,7 @@ When the region has been enabled or augmented as a result of a shifted motion key, an unshifted motion key will normally deselect the region. -However, if `unshifted-motion-keys-deselect-region' is t, the region +However, if `unshifted-motion-keys-deselect-region' is nil, the region will remain active, augmented by the characters moved over by this motion key.