* variables.texi (Variable Aliases): Mention

cyclic-variable-indirection.

* errors.texi (Standard Errors): Ditto.
This commit is contained in:
Jesper Harder 2004-04-05 20:35:58 +00:00
parent d8f8d1bb80
commit 571fd4d55d
3 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,10 @@
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:

View file

@ -62,6 +62,10 @@ See @code{/} and @code{%} in @ref{Numbers}.
@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}.

View file

@ -1714,6 +1714,9 @@ This function returns @var{base-var}.
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