summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-09-04 17:14:25 +0300
committerEli Zaretskii <eliz@gnu.org>2024-09-04 17:14:25 +0300
commitc1cd036d27a8b078278619a356830521c6ffa6f2 (patch)
tree3641ea3bd2fe435da98a0b9a4a5b3798f48a8beb
parentae2463796f236b8ee2cef3b5e38bffa13abd2233 (diff)
; * doc/lispref/modes.texi (Mode Line Data): Fox wording.
-rw-r--r--doc/lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
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.