X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1dffc5db08ed0f13053f2134b428463b5d4013e8..62490a3ad346a2761f742a0bce15e8dd2c337c7f:/lispref/anti.texi diff --git a/lispref/anti.texi b/lispref/anti.texi index 0950af3d3f..8d3ea8b188 100644 --- a/lispref/anti.texi +++ b/lispref/anti.texi @@ -1,8 +1,11 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1999 Free Software Foundation, Inc. +@c Copyright (C) 1999 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. -@node Antinews, Tips, System Interface, Top + +@c This node must have no pointers. + +@node Antinews, GNU Free Documentation License, System Interface, Top @appendix Emacs 20 Antinews For those users who live backwards in time, here is information about @@ -97,7 +100,7 @@ and background colors, so you cannot specify different colors for the scroll bars. @item -For simplicity, all @sc{ascii} characters now have the same height and width. +For simplicity, all @acronym{ASCII} characters now have the same height and width. (Certain characters, such as Chinese characters, always have twice the standard width.) All characters are created equal. @@ -173,7 +176,7 @@ The function @code{buffer-size} always reports on the current buffer. @item -The function @code{assoc-delete-all} has itself been deleted. +The function @code{assq-delete-all} has itself been deleted. So there! @item @@ -267,13 +270,13 @@ The meaning of the second argument to @code{read-char}, they use the current input method if the argument is if @code{nil}. @item -The function @code{with-temp-message} has been eliminated. +The function @code{with-temp-message} has been eliminated. @item -The function @code{clear-this-command-keys} has been eliminated. +The function @code{clear-this-command-keys} has been eliminated. @item -The functions @code{gap-position} and @code{gap-size} have been eliminated. +The functions @code{gap-position} and @code{gap-size} have been eliminated. @item In @code{modify-face}, an argument of @code{(nil)} has no special @@ -289,4 +292,9 @@ and allied functions. @item @code{file-attributes} returns the file size and the file inode number only as a simple integer. +Also @acronym{UID} and @acronym{GID} are always returned as integers. @end itemize + +@ignore + arch-tag: 1d0ef137-2bad-430e-ae8e-d820d569b5a6 +@end ignore