1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Document count-words-region.

* doc/emacs/basic.texi (Position Info): Add M-x count-words-region.

* doc/lispintro/emacs-lisp-intro.texi: Rename the `count-words-region' example,
since there is now a standard command of that name.

* etc/NEWS: Mention it.
This commit is contained in:
Glenn Morris 2010-11-12 19:48:16 -08:00
parent 8da5345fed
commit ea4f775071
5 changed files with 88 additions and 74 deletions

View file

@ -1,3 +1,8 @@
2010-11-13 Glenn Morris <rgm@gnu.org>
* emacs-lisp-intro.texi: Rename the `count-words-region' example,
since there is now a standard command of that name.
2010-10-11 Glenn Morris <rgm@gnu.org>
* Makefile.in (.dvi.ps): Remove unnecessary suffix rule.