From: Stefan Kangas Date: Tue, 5 Oct 2021 19:35:09 +0000 (+0200) Subject: ; Very minor touch-up to a recent change X-Git-Tag: emacs-28.0.90~384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2a34cabcf;p=emacs.git ; 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". --- diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 9dbf854171c..32c39c7261b 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