Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2484:bc9d41cf82df | 2485:3e1c7efd5cde |
---|---|
1977 preserves the active region (see `zmacs-region-stays'), the | 1977 preserves the active region (see `zmacs-region-stays'), the |
1978 intervening text will be added to the active region. | 1978 intervening text will be added to the active region. |
1979 | 1979 |
1980 When the region has been enabled or augmented as a result of a shifted | 1980 When the region has been enabled or augmented as a result of a shifted |
1981 motion key, an unshifted motion key will normally deselect the region. | 1981 motion key, an unshifted motion key will normally deselect the region. |
1982 However, if `unshifted-motion-keys-deselect-region' is t, the region | 1982 However, if `unshifted-motion-keys-deselect-region' is nil, the region |
1983 will remain active, augmented by the characters moved over by this | 1983 will remain active, augmented by the characters moved over by this |
1984 motion key. | 1984 motion key. |
1985 | 1985 |
1986 This functionality is specifically interpreted in terms of keys, and | 1986 This functionality is specifically interpreted in terms of keys, and |
1987 *NOT* in terms of particular commands, because that produces the most | 1987 *NOT* in terms of particular commands, because that produces the most |