Mercurial > emacs
comparison doc/lispref/errors.texi @ 109689:ffde65bb1dd2
merge emacs-23
author | Kenichi Handa <handa@etlken> |
---|---|
date | Tue, 27 Jul 2010 16:01:48 +0900 |
parents | 297ccb6a6278 |
children | 376148b31b5e |
comparison
equal
deleted
inserted
replaced
108493:e5f3704cf67a | 109689:ffde65bb1dd2 |
---|---|
61 @item coding-system-error | 61 @item coding-system-error |
62 @code{"Invalid coding system"}@* | 62 @code{"Invalid coding system"}@* |
63 @xref{Lisp and Coding Systems}. | 63 @xref{Lisp and Coding Systems}. |
64 | 64 |
65 @item cyclic-function-indirection | 65 @item cyclic-function-indirection |
66 @code{"Symbol's chain of function indirections\@* contains a loop"}@* | 66 @code{"Symbol's chain of function indirections contains a loop"}@* |
67 @xref{Function Indirection}. | 67 @xref{Function Indirection}. |
68 | 68 |
69 @item cyclic-variable-indirection | 69 @item cyclic-variable-indirection |
70 @code{"Symbol's chain of variable indirections\@* contains a loop"}@* | 70 @code{"Symbol's chain of variable indirections contains a loop"}@* |
71 @xref{Variable Aliases}. | 71 @xref{Variable Aliases}. |
72 | 72 |
73 @item end-of-buffer | 73 @item end-of-buffer |
74 @code{"End of buffer"}@* | 74 @code{"End of buffer"}@* |
75 @xref{Character Motion}. | 75 @xref{Character Motion}. |