aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-06-16 03:16:41 +0200
committerJuanma Barranquero2013-06-16 03:16:41 +0200
commit02f473a47539f078c23fae5a3ecbf2c0c7fe0a5f (patch)
treef740926980b44f35b6388fb15f4eaf8e6ff24be2
parent31489a32f575cb5cfcd8748355f46ae2afcc4436 (diff)
downloademacs-02f473a47539f078c23fae5a3ecbf2c0c7fe0a5f.tar.gz
emacs-02f473a47539f078c23fae5a3ecbf2c0c7fe0a5f.zip
etc/NEWS: Fix typos.
-rw-r--r--etc/NEWS17
1 files changed, 9 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cf24aae8f08..d2554f719f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
32The configure option `--with-file-notification=LIB' enables file 32The configure option `--with-file-notification=LIB' enables file
33notification support in Emacs. This option's value should be `yes', 33notification 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
35MS-Windows, and for `gfile' otherwise. The default value is `yes'. 35MS-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.
181use `electric-indent-mode' instead. 181Use `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:
335When its arg ADJACENT is non-nil (when called interactively with C-u C-u) 335When its arg ADJACENT is non-nil (when called interactively with C-u C-u)
336it works like the utility `uniq'. Otherwise by default it deletes 336it works like the utility `uniq'. Otherwise by default it deletes
337duplicate lines everywhere in the region without regard to adjacency. 337duplicate lines everywhere in the region without regard to adjacency.
338When it arg KEEP-BLANKS is non-nil (when called interactively with C-u C-u C-u), 338When its arg KEEP-BLANKS is non-nil (when called interactively with
339duplicate blank lines are preserved. 339C-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
342space, no spaces, or reverting to the original spacing. Like 342space, 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
404symbol_words as a single word, similar to what `subword-mode' does and 405symbol_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.
506Its third arg now accepts values specifying exactly which face spec to 507Its third arg now accepts values specifying exactly which face spec to
507set (defface, custom, or user spec), and it directly sets the relevant 508set (defface, custom, or user spec), and it directly sets the relevant
508property using the supplied face spec. 509property 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
2870prettify (replacing a string like "lambda" with the Greek lambda 2871prettify (replacing a string like "lambda" with the Greek lambda
2871character. The mode derived from `prog-mode' must call 2872character). 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