diff options
| author | Juanma Barranquero | 2013-06-16 03:16:41 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-06-16 03:16:41 +0200 |
| commit | 02f473a47539f078c23fae5a3ecbf2c0c7fe0a5f (patch) | |
| tree | f740926980b44f35b6388fb15f4eaf8e6ff24be2 | |
| parent | 31489a32f575cb5cfcd8748355f46ae2afcc4436 (diff) | |
| download | emacs-02f473a47539f078c23fae5a3ecbf2c0c7fe0a5f.tar.gz emacs-02f473a47539f078c23fae5a3ecbf2c0c7fe0a5f.zip | |
etc/NEWS: Fix typos.
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 9 insertions, 8 deletions
| @@ -30,7 +30,7 @@ configure option `--disable-acl'. | |||
| 30 | 30 | ||
| 31 | ** Emacs can be compiled with file notification support. | 31 | ** Emacs can be compiled with file notification support. |
| 32 | The configure option `--with-file-notification=LIB' enables file | 32 | The configure option `--with-file-notification=LIB' enables file |
| 33 | notification support in Emacs. This option's value should be `yes', | 33 | notification support in Emacs. This option's value should be `yes', |
| 34 | `no', `gfile', `inotify' or `w32'. `yes' is a synonym for `w32' on | 34 | `no', `gfile', `inotify' or `w32'. `yes' is a synonym for `w32' on |
| 35 | MS-Windows, and for `gfile' otherwise. The default value is `yes'. | 35 | MS-Windows, and for `gfile' otherwise. The default value is `yes'. |
| 36 | 36 | ||
| @@ -177,8 +177,8 @@ Affected files: | |||
| 177 | 177 | ||
| 178 | ** Delphi mode is now called OPascal mode. | 178 | ** Delphi mode is now called OPascal mode. |
| 179 | *** All delphi-* variables and functions have been renamed to opascal-*. | 179 | *** All delphi-* variables and functions have been renamed to opascal-*. |
| 180 | *** `delphi-newline-always-indents' is not supported any more | 180 | *** `delphi-newline-always-indents' is not supported any more. |
| 181 | use `electric-indent-mode' instead. | 181 | Use `electric-indent-mode' instead. |
| 182 | *** `delphi-tab' is gone, replaced by `indent-for-tab-command'. | 182 | *** `delphi-tab' is gone, replaced by `indent-for-tab-command'. |
| 183 | 183 | ||
| 184 | ** Eldoc Mode works properly in the minibuffer. | 184 | ** Eldoc Mode works properly in the minibuffer. |
| @@ -239,7 +239,7 @@ amounts of data into the ERC input. | |||
| 239 | --- | 239 | --- |
| 240 | ** New F90 mode option `f90-smart-end-names'. | 240 | ** New F90 mode option `f90-smart-end-names'. |
| 241 | 241 | ||
| 242 | ** Icomplete is a bit more like IDO. | 242 | ** Icomplete is a bit more like Ido. |
| 243 | *** key bindings to navigate through and select the completions. | 243 | *** key bindings to navigate through and select the completions. |
| 244 | *** The icomplete-separator is customizable, and its default has changed. | 244 | *** The icomplete-separator is customizable, and its default has changed. |
| 245 | *** Removed icomplete-show-key-bindings. | 245 | *** Removed icomplete-show-key-bindings. |
| @@ -335,8 +335,8 @@ New features include: | |||
| 335 | When its arg ADJACENT is non-nil (when called interactively with C-u C-u) | 335 | When its arg ADJACENT is non-nil (when called interactively with C-u C-u) |
| 336 | it works like the utility `uniq'. Otherwise by default it deletes | 336 | it works like the utility `uniq'. Otherwise by default it deletes |
| 337 | duplicate lines everywhere in the region without regard to adjacency. | 337 | duplicate lines everywhere in the region without regard to adjacency. |
| 338 | When it arg KEEP-BLANKS is non-nil (when called interactively with C-u C-u C-u), | 338 | When its arg KEEP-BLANKS is non-nil (when called interactively with |
| 339 | duplicate blank lines are preserved. | 339 | C-u C-u C-u), duplicate blank lines are preserved. |
| 340 | 340 | ||
| 341 | ** New `cycle-spacing' command allows cycling between having just one | 341 | ** New `cycle-spacing' command allows cycling between having just one |
| 342 | space, no spaces, or reverting to the original spacing. Like | 342 | space, no spaces, or reverting to the original spacing. Like |
| @@ -399,6 +399,7 @@ has not been relevant for some time. | |||
| 399 | 399 | ||
| 400 | 400 | ||
| 401 | * New Modes and Packages in Emacs 24.4 | 401 | * New Modes and Packages in Emacs 24.4 |
| 402 | |||
| 402 | ** New `superword-mode' in subword.el | 403 | ** New `superword-mode' in subword.el |
| 403 | `superword-mode' overrides the default word motion commands to treat | 404 | `superword-mode' overrides the default word motion commands to treat |
| 404 | symbol_words as a single word, similar to what `subword-mode' does and | 405 | symbol_words as a single word, similar to what `subword-mode' does and |
| @@ -502,7 +503,7 @@ of remote files when set to non-nil. | |||
| 502 | 503 | ||
| 503 | ** Face changes | 504 | ** Face changes |
| 504 | 505 | ||
| 505 | *** The `face-spec-set' is now analogous to `setq' for face specs. | 506 | *** The function `face-spec-set' is now analogous to `setq' for face specs. |
| 506 | Its third arg now accepts values specifying exactly which face spec to | 507 | Its third arg now accepts values specifying exactly which face spec to |
| 507 | set (defface, custom, or user spec), and it directly sets the relevant | 508 | set (defface, custom, or user spec), and it directly sets the relevant |
| 508 | property using the supplied face spec. | 509 | property using the supplied face spec. |
| @@ -2868,7 +2869,7 @@ on-the-fly spell checking for comments and strings. | |||
| 2868 | 2869 | ||
| 2869 | **** New option, `prog-prettify-symbols' lets the user control symbol | 2870 | **** New option, `prog-prettify-symbols' lets the user control symbol |
| 2870 | prettify (replacing a string like "lambda" with the Greek lambda | 2871 | prettify (replacing a string like "lambda" with the Greek lambda |
| 2871 | character. The mode derived from `prog-mode' must call | 2872 | character). The mode derived from `prog-mode' must call |
| 2872 | `prog-prettify-install' with its own custom alist, which can be empty. | 2873 | `prog-prettify-install' with its own custom alist, which can be empty. |
| 2873 | 2874 | ||
| 2874 | *** New hook `change-major-mode-after-body-hook', run by | 2875 | *** New hook `change-major-mode-after-body-hook', run by |