diff options
| author | Eli Zaretskii | 2008-10-16 20:06:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-16 20:06:38 +0000 |
| commit | 2de17c73f345b7ad3030e7575a3c82fcff1e9da9 (patch) | |
| tree | e4a6b124a4fc657c89d76e64778005c1f891156c /etc | |
| parent | edd9ab1eb64656028f844ae3ee426c010964ce88 (diff) | |
| download | emacs-2de17c73f345b7ad3030e7575a3c82fcff1e9da9.tar.gz emacs-2de17c73f345b7ad3030e7575a3c82fcff1e9da9.zip | |
(The Mark): Document use-region-p.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1177,6 +1177,7 @@ interactive forms to subroutines. | |||
| 1177 | 1177 | ||
| 1178 | ** Region changes | 1178 | ** Region changes |
| 1179 | 1179 | ||
| 1180 | +++ | ||
| 1180 | *** Commands should use `use-region-p' to test whether there is | 1181 | *** Commands should use `use-region-p' to test whether there is |
| 1181 | an active region that they should operate on. | 1182 | an active region that they should operate on. |
| 1182 | 1183 | ||