]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/anti.texi
Update copyright year to 2015
[gnu-emacs] / doc / emacs / anti.texi
index 32b4cd08a0bf5718f515446c6286aa263291c0f2..def5411064c1d43b05acee28db73adfc1a78e89e 100644 (file)
@@ -1,8 +1,8 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 2005-2012 Free Software Foundation, Inc.
+@c Copyright (C) 2005-2015 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 
-@node Antinews, Mac OS / GNUstep, X Resources, Top
+@node Antinews
 @appendix Emacs 23 Antinews
 @c Update the emacs.texi Antinews menu entry with the above version number.
 
@@ -17,8 +17,8 @@ Support for displaying and editing ``bidirectional'' text has been
 removed.  Text is now always displayed on the screen in a single
 consistent direction---left to right---regardless of the underlying
 script.  Similarly, @kbd{C-f} and @kbd{C-b} always move the text
-cursor to the right and left respectively.  Also, @key{right} and
-@key{left} are now equivalent to @kbd{C-f} and @kbd{C-b}, as you might
+cursor to the right and left respectively.  Also, @key{RIGHT} and
+@key{LEFT} are now equivalent to @kbd{C-f} and @kbd{C-b}, as you might
 expect, rather than moving forward or backward based on the underlying
 ``paragraph direction''.
 
@@ -36,7 +36,7 @@ and/or README file for details.
 
 @item
 The option @code{delete-active-region} has been deleted.  When the
-region is active, typing @key{DEL} or @key{delete} no longer deletes
+region is active, typing @key{DEL} or @key{Delete} no longer deletes
 the text in the region; it deletes a single character instead.
 
 @item
@@ -71,9 +71,10 @@ modes, such as Shell mode, now implement their own inline completion
 commands instead of using @code{completion-at-point}.
 
 @item
-We have removed various options for controlling how windows are used,
-e.g.@: @code{display-buffer-base-action}, @code{display-buffer-alist},
-@code{window-combination-limit}, and @code{window-combination-resize}.
+We have removed several options for controlling how windows are used,
+such as @code{display-buffer-base-action},
+@code{display-buffer-alist}, @code{window-combination-limit}, and
+@code{window-combination-resize}.
 
 @item
 The command @kbd{M-x customize-themes} has been removed.  Emacs no
@@ -88,7 +89,7 @@ scroll bars.  Emacs no longer refers to GTK+ to set the default
 
 @item
 Setting the option @code{delete-by-moving-to-trash} to a
-non-@code{nil} now causes all file deletions to use the system trash,
+non-@code{nil} value now causes all file deletions to use the system trash,
 even temporary files created by Lisp programs; furthermore, the
 @kbd{M-x delete-file} and @kbd{M-x delete-directory} commands no
 longer accept prefix arguments to force true deletion.