emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 68b3273214: ; * lisp/simple.el (count-words): Doc fix.


From: Eli Zaretskii
Subject: master 68b3273214: ; * lisp/simple.el (count-words): Doc fix.
Date: Sun, 13 Feb 2022 08:05:50 -0500 (EST)

branch: master
commit 68b32732140606a1eddce82f50733c549a40900a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/simple.el (count-words): Doc fix.
---
 lisp/simple.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index bd1138ac85..695871db50 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1486,11 +1486,11 @@ START and END."
 If called interactively, START and END are normally the start and
 end of the buffer; but if the region is active, START and END are
 the start and end of the region.  Print a message reporting the
-number of lines, words, and chars.  If given a prefix, also
-include the data for the total (un-narrowed) buffer.
+number of lines, words, and chars.  With prefix argument, also
+include the data for the entire (un-narrowed) buffer.
 
 If called from Lisp, return the number of words between START and
-END, without printing any message.  TOTAL is ignored when called
+END, without printing any message.  TOTALS is ignored when called
 from Lisp."
   (interactive (list nil nil current-prefix-arg))
   ;; When called from Lisp, return the data.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]