aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2007-10-15 05:03:21 +0000
committerMiles Bader2007-10-15 05:03:21 +0000
commit63655c83146b773b4ef3d9220b4a9d61545fd050 (patch)
tree2161d262bba2c99b0db2ed8b322eddcafeadd247 /etc
parentce8f7ca45fabe11ce32a9ced2b8e7c1987c0d997 (diff)
parentb2529d56b5126319a1659dc1530d6fc102cc21d6 (diff)
downloademacs-63655c83146b773b4ef3d9220b4a9d61545fd050.tar.gz
emacs-63655c83146b773b4ef3d9220b4a9d61545fd050.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 887-889) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 116-121) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-268
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4ecdca35c52..21cb6b3ffff 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -120,6 +120,10 @@ following arguments.
120`transient-mark-mode' is turned on. Otherwise, it fills the current 120`transient-mark-mode' is turned on. Otherwise, it fills the current
121paragraph. The new command bound to M-q is `fill-paragraph-or-region'. 121paragraph. The new command bound to M-q is `fill-paragraph-or-region'.
122 122
123** M-$ now checks spelling of the region if the region is active and
124`transient-mark-mode' is turned on. Otherwise, it checks spelling of the
125word at point.
126
123** TAB now indents the region if the region is active and 127** TAB now indents the region if the region is active and
124`transient-mark-mode' is turned on. 128`transient-mark-mode' is turned on.
125 129