emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 c1cd036d27a: ; * doc/lispref/modes.texi (Mode Line Data): Fox w


From: Eli Zaretskii
Subject: emacs-30 c1cd036d27a: ; * doc/lispref/modes.texi (Mode Line Data): Fox wording.
Date: Wed, 4 Sep 2024 10:14:55 -0400 (EDT)

branch: emacs-30
commit c1cd036d27a8b078278619a356830521c6ffa6f2
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/modes.texi (Mode Line Data): Fox wording.
---
 doc/lispref/modes.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]