; * doc/lispref/modes.texi (Mode Line Data): Fox wording.
This commit is contained in:
parent
ae2463796f
commit
c1cd036d27
1 changed files with 1 additions and 1 deletions
|
@ -2227,7 +2227,7 @@ construct.)
|
||||||
@item (:eval @var{form})
|
@item (:eval @var{form})
|
||||||
A list whose first element is the symbol @code{:eval} says to evaluate
|
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
|
@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
|
@code{posn-at-point} or @code{window-in-direction}, which themselves
|
||||||
evaluate the mode line, as doing so could cause infinite recursion.
|
evaluate the mode line, as doing so could cause infinite recursion.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue