From c1cd036d27a8b078278619a356830521c6ffa6f2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 4 Sep 2024 17:14:25 +0300 Subject: [PATCH] ; * doc/lispref/modes.texi (Mode Line Data): Fox wording. --- doc/lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index b24a89af9e0..ddb6c4bf2fb 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -2227,7 +2227,7 @@ construct.) @item (:eval @var{form}) A list whose first element is the symbol @code{:eval} says to evaluate @var{form}, and use the result as a string to display. Make sure this -evaluation cannot load any files, nor calls functions like +evaluation neither loads any files nor calls functions like @code{posn-at-point} or @code{window-in-direction}, which themselves evaluate the mode line, as doing so could cause infinite recursion.