Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
02f473a4
Commit
02f473a4
authored
Jun 16, 2013
by
Juanma Barranquero
Browse files
etc/NEWS: Fix typos.
parent
31489a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
etc/NEWS
etc/NEWS
+9
-8
No files found.
etc/NEWS
View file @
02f473a4
...
...
@@ -30,7 +30,7 @@ configure option `--disable-acl'.
** Emacs can be compiled with file notification support.
The configure option `--with-file-notification=LIB' enables file
notification support in Emacs. This option's value should be `yes',
notification support in Emacs.
This option's value should be `yes',
`no',
`gfile', `inotify' or `w32'. `yes' is a synonym for `w32' on
MS-Windows, and for `gfile' otherwise. The default value is `yes'.
...
...
@@ -177,8 +177,8 @@ Affected files:
** Delphi mode is now called OPascal mode.
***
All delphi-* variables and functions have been renamed to opascal-*.
***
`delphi-newline-always-indents' is not supported any more
u
se `electric-indent-mode' instead.
***
`delphi-newline-always-indents' is not supported any more
.
U
se `electric-indent-mode' instead.
***
`delphi-tab' is gone, replaced by `indent-for-tab-command'.
** Eldoc Mode works properly in the minibuffer.
...
...
@@ -239,7 +239,7 @@ amounts of data into the ERC input.
---
**
New F90 mode option `f90-smart-end-names'.
** Icomplete is a bit more like I
DO
.
** Icomplete is a bit more like I
do
.
***
key bindings to navigate through and select the completions.
***
The icomplete-separator is customizable, and its default has changed.
***
Removed icomplete-show-key-bindings.
...
...
@@ -335,8 +335,8 @@ New features include:
When its arg ADJACENT is non-nil (when called interactively with C-u C-u)
it works like the utility `uniq'. Otherwise by default it deletes
duplicate lines everywhere in the region without regard to adjacency.
When it arg KEEP-BLANKS is non-nil (when called interactively with
C-u C-u C-u),
duplicate blank lines are preserved.
When it
s
arg KEEP-BLANKS is non-nil (when called interactively with
C-u C-u C-u),
duplicate blank lines are preserved.
** New `cycle-spacing' command allows cycling between having just one
space, no spaces, or reverting to the original spacing. Like
...
...
@@ -399,6 +399,7 @@ has not been relevant for some time.
*
New Modes and Packages in Emacs 24.4
** New `superword-mode' in subword.el
`superword-mode'
overrides the default word motion commands to treat
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.
** Face changes
*** The `face-spec-set' is now analogous to `setq' for face specs.
*** The
function
`face-spec-set' is now analogous to `setq' for face specs.
Its third arg now accepts values specifying exactly which face spec to
set (defface, custom, or user spec), and it directly sets the relevant
property using the supplied face spec.
...
...
@@ -2868,7 +2869,7 @@ on-the-fly spell checking for comments and strings.
**** New option, `prog-prettify-symbols' lets the user control symbol
prettify (replacing a string like "lambda" with the Greek lambda
character. The mode derived from `prog-mode' must call
character
)
. The mode derived from `prog-mode' must call
`prog-prettify-install'
with its own custom alist, which can be empty.
*** New hook `change-major-mode-after-body-hook', run by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment