]> code.delx.au - gnu-emacs/blobdiff - lispref/variables.texi
*** empty log message ***
[gnu-emacs] / lispref / variables.texi
index 4ff40120ca4f37049da608a868632035dd94ea9e..f4c56ede4d9026bd0410a61de50d81ef9f5e902e 100644 (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