emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 d2a34ca: ; Very minor touch-up to a recent change


From: Stefan Kangas
Subject: emacs-28 d2a34ca: ; Very minor touch-up to a recent change
Date: Tue, 5 Oct 2021 15:36:51 -0400 (EDT)

branch: emacs-28
commit d2a34cabcf13eb406f06324361c1c647f6e5d31b
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Very minor touch-up to a recent change
    
    * doc/lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}):
    Remove an unnecessary and potentially confusing "now".
---
 doc/lispintro/emacs-lisp-intro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 9dbf854..32c39c7 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -13475,7 +13475,7 @@ What we need to do is fill in the slots.
 
 The name of the function should be self-explanatory and easy
 to remember.  @code{count-words-region} is the obvious choice.  Since
-that name is now used for the standard Emacs command to count words, we
+that name is used for the standard Emacs command to count words, we
 will name our implementation @code{@value{COUNT-WORDS}}.
 
 The function counts words within a region.  This means that the



reply via email to

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