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-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~463 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c1cd036d27a8b078278619a356830521c6ffa6f2;p=emacs.git ; * doc/lispref/modes.texi (Mode Line Data): Fox wording. --- 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.