diff options
| author | Miles Bader | 2007-10-15 05:03:21 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-15 05:03:21 +0000 |
| commit | 63655c83146b773b4ef3d9220b4a9d61545fd050 (patch) | |
| tree | 2161d262bba2c99b0db2ed8b322eddcafeadd247 /etc | |
| parent | ce8f7ca45fabe11ce32a9ced2b8e7c1987c0d997 (diff) | |
| parent | b2529d56b5126319a1659dc1530d6fc102cc21d6 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
| 121 | paragraph. The new command bound to M-q is `fill-paragraph-or-region'. | 121 | paragraph. 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 | ||
| 125 | word 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 | ||