]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (count-words): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Feb 2022 13:05:13 +0000 (15:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Feb 2022 13:05:13 +0000 (15:05 +0200)
lisp/simple.el

index bd1138ac856e06384a5fd6cdaead806af8ab4344..695871db50549c909479076f04359197ddbff81d 100644 (file)
@@ -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.