From: Eli Zaretskii Date: Wed, 4 Sep 2024 14:14:25 +0000 (+0300) Subject: ; * doc/lispref/modes.texi (Mode Line Data): Fox wording. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7d39e05b2056500428ff6f4d782ed31b9858f8a;p=emacs.git ; * doc/lispref/modes.texi (Mode Line Data): Fox wording. (cherry picked from commit c1cd036d27a8b078278619a356830521c6ffa6f2) --- diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index bea2fd3fc7b..a7d1d7ed8f6 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -2191,7 +2191,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.