diff options
| -rw-r--r-- | man/anti.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/anti.texi b/man/anti.texi index 6fe0c1dae65..953a5a7e241 100644 --- a/man/anti.texi +++ b/man/anti.texi | |||
| @@ -19,7 +19,7 @@ avoids the complexity of display layout in Emacs 21. To wit: | |||
| 19 | @item | 19 | @item |
| 20 | Variable-size characters are not supported in Emacs 20. You cannot use | 20 | Variable-size characters are not supported in Emacs 20. You cannot use |
| 21 | fonts which contain oversized characters, and using italics fonts can | 21 | fonts which contain oversized characters, and using italics fonts can |
| 22 | results in illegible display. However, text which uses variable-size | 22 | result in illegible display. However, text which uses variable-size |
| 23 | fonts is unreadable anyway. With all characters in a frame layed out on | 23 | fonts is unreadable anyway. With all characters in a frame layed out on |
| 24 | a regular grid, each character having the same height and width, text is | 24 | a regular grid, each character having the same height and width, text is |
| 25 | much easier to read. | 25 | much easier to read. |
| @@ -40,7 +40,7 @@ Several face appearance attributes such as 3D appearence, | |||
| 40 | strike-through, and overline, have been eliminated. | 40 | strike-through, and overline, have been eliminated. |
| 41 | 41 | ||
| 42 | @item | 42 | @item |
| 43 | Emacs now provides its own ``lean and mean'' scroll bars instead using | 43 | Emacs now provides its own ``lean and mean'' scroll bars instead of using |
| 44 | those from the X toolkit. Toggle buttons and radio buttons in menus now | 44 | those from the X toolkit. Toggle buttons and radio buttons in menus now |
| 45 | look just like any other menu item, which simplifies them, and prevents | 45 | look just like any other menu item, which simplifies them, and prevents |
| 46 | them from standing out and distracting your attention from the other | 46 | them from standing out and distracting your attention from the other |
| @@ -181,7 +181,7 @@ so we are planning to remove it altogether in an earlier version.) | |||
| 181 | when the menu bar is not displayed. | 181 | when the menu bar is not displayed. |
| 182 | 182 | ||
| 183 | @item | 183 | @item |
| 184 | For uniformity, @key{delete} function key in Emacs 20 works exactly like | 184 | For uniformity, the @key{delete} function key in Emacs 20 works exactly like |
| 185 | the @key{DEL} key, on both text-only terminals and window systems---it | 185 | the @key{DEL} key, on both text-only terminals and window systems---it |
| 186 | always deletes backward. This eliminates the inconsistency of Emacs 21, | 186 | always deletes backward. This eliminates the inconsistency of Emacs 21, |
| 187 | where the key labeled @key{delete} deletes forward when you are using a | 187 | where the key labeled @key{delete} deletes forward when you are using a |
| @@ -208,7 +208,7 @@ all the frames but the current one, delete them one by one instead. | |||
| 208 | CC Mode now enforces identical values for some customizable options, | 208 | CC Mode now enforces identical values for some customizable options, |
| 209 | such as indentation style, for better consistency. In particular, if | 209 | such as indentation style, for better consistency. In particular, if |
| 210 | you select an indentation style for Java, the same style is used | 210 | you select an indentation style for Java, the same style is used |
| 211 | for C and C@t{++} buffer as well. | 211 | for C and C@t{++} buffers as well. |
| 212 | 212 | ||
| 213 | @item | 213 | @item |
| 214 | Isearch does not highlight other possible matches; it shows only the | 214 | Isearch does not highlight other possible matches; it shows only the |