cyclic-variable-indirection.
* errors.texi (Standard Errors): Ditto.
+2004-04-05 Jesper Harder <harder@ifa.au.dk>
+
+ * variables.texi (Variable Aliases): Mention
+ cyclic-variable-indirection.
+
+ * errors.texi (Standard Errors): Ditto.
+
2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
* backups.texi: Various small changes in addition to:
@code{"Symbol's chain of function indirections\@* contains a loop"}@*
@xref{Function Indirection}.
+@item cyclic-variable-indirection
+@code{"Symbol's chain of variable indirections contains a loop"}@*
+@xref{Variable Aliases}.
+
@item end-of-buffer
@code{"End of buffer"}@*
@xref{Motion}.
This function returns the variable at the end of the chain of aliases
of @var{variable}. If @var{variable} is not a symbol, or if @var{variable} is
not defined as an alias, the function returns @var{variable}.
+
+This function signals a @code{cyclic-variable-indirection} error if
+there is a loop in the chain of symbols.
@end defun
@example