summaryrefslogtreecommitdiff
path: root/doc/lispintro
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-05 21:35:09 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-05 21:36:30 +0200
commitd2a34cabcf13eb406f06324361c1c647f6e5d31b (patch)
treec357e97b0b3f8682ad9d9f86985ece1b72d94e6b /doc/lispintro
parent36a7ce43936cadff77f50391217ff04265fec6d7 (diff)
downloademacs-d2a34cabcf13eb406f06324361c1c647f6e5d31b.tar.gz
; 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".
Diffstat (limited to 'doc/lispintro')
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
1 files changed, 1 insertions, 1 deletions
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