aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-16 20:06:38 +0000
committerEli Zaretskii2008-10-16 20:06:38 +0000
commit2de17c73f345b7ad3030e7575a3c82fcff1e9da9 (patch)
treee4a6b124a4fc657c89d76e64778005c1f891156c /etc
parentedd9ab1eb64656028f844ae3ee426c010964ce88 (diff)
downloademacs-2de17c73f345b7ad3030e7575a3c82fcff1e9da9.tar.gz
emacs-2de17c73f345b7ad3030e7575a3c82fcff1e9da9.zip
(The Mark): Document use-region-p.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 22ff4f8496d..727beb346cd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1181an active region that they should operate on. 1182an active region that they should operate on.
1182 1183