]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/errors.texi
* composite.c (fill_gstring_header): Remove useless prototype.
[gnu-emacs] / doc / lispref / errors.texi
index b92fd9ed665fb4c549ec588d788587c94d8dfa4f..3f3984e40d2b785cc15497bb06530a5b7dee8d85 100644 (file)
@@ -1,6 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc.
+@c Copyright (C) 1990-1993, 1999, 2001-2013 Free Software Foundation,
+@c Inc.
 @c See the file elisp.texi for copying conditions.
 @node Standard Errors
 @appendix Standard Errors
@@ -24,7 +25,7 @@ conditions, that means it has none.
 condition @code{error}, because quitting is not considered an error.
 
 @c You can grep for "(put 'foo 'error-conditions ...) to find
-@c examples defined in Lisp.  Eg soap-client.el, sasl.el.
+@c examples defined in Lisp.  E.g., soap-client.el, sasl.el.
   Most of these error symbols are defined in C (mainly @file{data.c}),
 but some are defined in Lisp.  For example, the file @file{userlock.el}
 defines the @code{file-locked} and @code{file-supersession} errors.
@@ -91,7 +92,7 @@ The message is @samp{End of buffer}.  @xref{Character Motion}.
 @item end-of-file
 The message is @samp{End of file during parsing}.  Note that this is
 not a subcategory of @code{file-error}, because it pertains to the
-Lisp reader, not to file I/O.  @xref{Input Functions}.
+Lisp reader, not to file I/O@.  @xref{Input Functions}.
 
 @item file-already-exists
 This is a subcategory of @code{file-error}.  @xref{Writing to Files}.