]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Sun, 8 Sep 2024 11:22:12 +0000 (13:22 +0200)
(cherry picked from commit c1cd036d27a8b078278619a356830521c6ffa6f2)

doc/lispref/modes.texi

index bea2fd3fc7bf71c97ad0bfd3a1b07b8d48fa5a40..a7d1d7ed8f69e7adff24bf04019194e242860615 100644 (file)
@@ -2191,7 +2191,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.