Mercurial > emacs
comparison doc/lispref/anti.texi @ 105427:3a74e594b760
* anti.texi (Antinews):
* macros.texi (Indenting Macros):
* strings.texi (Creating Strings, Case Conversion):
Remove duplicate words.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 04 Oct 2009 04:00:46 +0000 |
parents | 75dde6a610b0 |
children | 1d1d5d9bd884 |
comparison
equal
deleted
inserted
replaced
105426:d0a6d64c3cfc | 105427:3a74e594b760 |
---|---|
34 handling of keybindings much more consistent. | 34 handling of keybindings much more consistent. |
35 | 35 |
36 @item | 36 @item |
37 Temporarily-active regions are not created by giving the variable | 37 Temporarily-active regions are not created by giving the variable |
38 @code{transient-mark-mode} values of the form @code{(only | 38 @code{transient-mark-mode} values of the form @code{(only |
39 . @var{oldvar})}. We instead use a more more complicated scheme: | 39 . @var{oldvar})}. We instead use a more complicated scheme: |
40 setting @code{transient-mark-mode} to @code{only} enables Transient | 40 setting @code{transient-mark-mode} to @code{only} enables Transient |
41 Mark mode for the following command only, during which the value of | 41 Mark mode for the following command only, during which the value of |
42 @code{transient-mark-mode} is set to @code{identity}; if it is still | 42 @code{transient-mark-mode} is set to @code{identity}; if it is still |
43 @code{identity} at the end of the command, Transient Mark mode is | 43 @code{identity} at the end of the command, Transient Mark mode is |
44 disabled. | 44 disabled. |