Mercurial > emacs
diff lispref/errors.texi @ 26288:6119687f6888
Patch from rms.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 01 Nov 1999 15:52:18 +0000 |
| parents | 467b88fab665 |
| children | d2e5f1b7d8e2 |
line wrap: on
line diff
--- a/lispref/errors.texi Mon Nov 01 15:42:30 1999 +0000 +++ b/lispref/errors.texi Mon Nov 01 15:52:18 1999 +0000 @@ -54,6 +54,10 @@ @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}.@* @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 Emacs Manual}. + @item invalid-function @code{"Invalid function"}@* @xref{Classifying Lists}. @@ -128,6 +137,10 @@ 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}.
