]> git.eshelyaron.com Git - emacs.git/commitdiff
; Very minor touch-up to a recent change
authorStefan Kangas <stefan@marxist.se>
Tue, 5 Oct 2021 19:35:09 +0000 (21:35 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 5 Oct 2021 19:36:30 +0000 (21:36 +0200)
* doc/lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}):
Remove an unnecessary and potentially confusing "now".

doc/lispintro/emacs-lisp-intro.texi

index 9dbf854171c0182c2c77ec206def2b3551685a87..32c39c7261b4c56af955c1d7f745adb29fedbe0f 100644 (file)
@@ -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