; * doc/lispref/modes.texi (Mode Line Data): Fox wording.
authorEli Zaretskii <eliz@gnu.org>
Wed, 4 Sep 2024 14:14:25 +0000 (17:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 4 Sep 2024 14:14:25 +0000 (17:14 +0300)
doc/lispref/modes.texi

index b24a89af9e09a47f55c618f1aa190742c0a41950..ddb6c4bf2fb26e57b5dfcc8ef197f1d36089b14f 100644 (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.