1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/doc
Chong Yidong b2b0776e50 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.
2011-10-08 12:37:46 -04:00
..
emacs Rework count-words-region. New command count-words. 2011-10-08 12:37:46 -04:00
lispintro Update and split ChangeLogs. 2011-04-06 14:18:10 +02:00
lispref * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix xref. 2011-10-05 17:39:54 -04:00
man Document exactly how emacsclient's -a "" starts the daemon. 2011-10-06 11:13:45 -04:00
misc Merge changes made in Gnus trunk. 2011-10-06 22:11:15 +00:00