Rework count-words-region. New command count-words.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 8 Oct 2011 16:37:46 +0000 (12:37 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 8 Oct 2011 16:37:46 +0000 (12:37 -0400)
commitb2b0776e50cd07bc3fbe1548fc258d68a1dbbee8
treeca33e46f624b6171b21ee79d9824e62bd88682d0
parent27a16462454d7f45a0b1c65c0b0b2ed76091e11b
Rework count-words-region.  New command count-words.

See discussion at http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg00193.html

* lisp/simple.el (count-words-region): Always count in the region.
Report the number of lines and characters too.
(count-words): New command, which counts in the buffer if the
region is inactive, as count-words-region used to.
(count-words--message): New function.  Handle plurals.
(count-lines-region): Make it an alias for count-words-region.

* lisp/bindings.el (esc-map): Replace count-lines-region with
count-words-region.

* doc/emacs/basic.texi (Position Info): Omit page commands.  Document
count-words-region and count-words.

* doc/emacs/text.texi (Pages): Move what-page documentation here.
doc/emacs/ChangeLog
doc/emacs/basic.texi
doc/emacs/emacs.texi
doc/emacs/text.texi
etc/NEWS
lisp/ChangeLog
lisp/bindings.el
lisp/simple.el