; 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".
This commit is contained in:
parent
36a7ce4393
commit
d2a34cabcf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
The name of the function should be self-explanatory and easy
|
||||||
to remember. @code{count-words-region} is the obvious choice. Since
|
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}}.
|
will name our implementation @code{@value{COUNT-WORDS}}.
|
||||||
|
|
||||||
The function counts words within a region. This means that the
|
The function counts words within a region. This means that the
|
||||||
|
|
Loading…
Add table
Reference in a new issue