From d2a34cabcf13eb406f06324361c1c647f6e5d31b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 5 Oct 2021 21:35:09 +0200 Subject: [PATCH] ; 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 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 -- 2.39.5