]> code.delx.au - gnu-emacs/blobdiff - lispref/errors.texi
(calendar-mouse-view-other-diary-entries): Fix name
[gnu-emacs] / lispref / errors.texi
index e58e99d537f5af52a345c6542f77063d312ccaa8..51132c1b4bc28b9f0b1d0ba00f9ac8453ed41b17 100644 (file)
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 
+@c Copyright (C) 1990, 1991, 1992, 1993, 1999 Free Software Foundation, Inc. 
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/errors
 @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, Top
@@ -54,6 +54,10 @@ See @code{/} and @code{%} in @ref{Numbers}.
 @code{"Buffer is read-only"}@*
 @xref{Read Only Buffers}.
 
+@item coding-system-error
+@code{"Invalid coding system"}@*
+@xref{Coding Systems}.
+
 @item cyclic-function-indirection
 @code{"Symbol's chain of function indirections\@* contains a loop"}@*
 @xref{Function Indirection}.
@@ -91,6 +95,11 @@ This is a subcategory of @code{file-error}.@*
 This is a subcategory of @code{file-error}.@*
 @xref{Modification Time}.
 
+@item ftp-error
+This is a subcategory of @code{file-error}, which results from problems
+in accessing a remote file using ftp.@*
+@xref{Remote Files,,, emacs, The GNU Emacs Manual}.
+
 @item invalid-function
 @code{"Invalid function"}@*
 @xref{Classifying Lists}.
@@ -128,6 +137,10 @@ and any symbols that start with @samp{:},
 may not be changed.@*
 @xref{Constant Variables, , Variables that Never Change}.
 
+@item text-read-only
+@code{"Text is read-only"}@*
+@xref{Special Properties}.
+
 @item undefined-color
 @code{"Undefined color"}@*
 @xref{Color Names}.