]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/anti.texi
More doc for debug-on-event.
[gnu-emacs] / doc / lispref / anti.texi
index 5d61a16ca2029dc7ef3eedea31d06ac8f574fd01..6b9473e99d4df7ff8516d07083e11b7e2bb41469 100644 (file)
@@ -1,13 +1,14 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1999, 2002, 2003, 2004, 2005,
-@c   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+@c Copyright (C) 1999, 2002-2012  Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 
 @c This node must have no pointers.
 
-@node Antinews, GNU Free Documentation License, System Interface, Top
+@node Antinews, GNU Free Documentation License, Packaging, Top
 @appendix Emacs 22 Antinews
+@c Update the elisp.texi, vol1.texi, vol2.texi Antinews menu entries
+@c with the above version number.
 
 For those users who live backwards in time, here is information about
 downgrading to Emacs version 22.3.  We hope you will enjoy the greater
@@ -34,7 +35,7 @@ handling of keybindings much more consistent.
 @item
 Temporarily-active regions are not created by giving the variable
 @code{transient-mark-mode} values of the form @code{(only
-. @var{oldvar})}.  We instead use a more more complicated scheme:
+. @var{oldvar})}.  We instead use a more complicated scheme:
 setting @code{transient-mark-mode} to @code{only} enables Transient
 Mark mode for the following command only, during which the value of
 @code{transient-mark-mode} is set to @code{identity}; if it is still
@@ -137,8 +138,8 @@ Several keymaps have been eliminated: @code{input-decode-map},
 @code{minibuffer-local-shell-command-map}.
 
 @item
-Many functions have been removed, including @code{emacs-init-time},
-@code{emacs-uptime}, @code{buffer-swap-text}, @code{use-region-p},
+Many functions have been removed, including: @code{buffer-swap-text},
+@code{emacs-init-time}, @code{emacs-uptime}, @code{use-region-p},
 @code{region-active-p}, @code{start-file-process},
 @code{process-lines}, @code{image-refresh},
 @code{match-substitute-replacement}, @code{word-search-forward-lax},
@@ -146,13 +147,9 @@ and @code{word-search-backward-lax}.
 
 @item
 Many variables have been removed, including @code{read-circle},
-@code{before-init-time} and @code{after-init-time},
+@code{after-init-time} and @code{before-init-time},
 @code{generate-autoload-cookie}, @code{file-local-variables-alist},
 @code{replace-search-function} and @code{replace-re-search-function},
 @code{inhibit-changing-match-data}, @code{wrap-prefix}, and
 @code{line-prefix},
 @end itemize
-
-@ignore
-   arch-tag: 1d0ef137-2bad-430e-ae8e-d820d569b5a6
-@end ignore