1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; * doc/lispref/modes.texi (Mode Line Data): Fox wording.

This commit is contained in:
Eli Zaretskii 2024-09-04 17:14:25 +03:00
parent ae2463796f
commit c1cd036d27

View File

@ -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.