Files
emacs/lisp
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
..
2011-10-06 22:11:15 +00:00
2011-09-23 19:55:52 -04:00
2011-09-02 12:38:40 -04:00
2011-09-02 12:38:40 -04:00
2011-09-02 12:38:40 -04:00
2011-07-14 03:09:00 +02:00
2011-09-28 02:59:28 +02:00
2011-07-16 21:38:25 +02:00
2011-08-08 16:11:25 +09:00
2011-07-14 03:09:00 +02:00
2011-08-20 23:02:39 -04:00
2011-08-09 18:13:11 -04:00
2011-09-18 12:13:01 -04:00
2011-07-15 13:18:53 -04:00
2011-07-15 13:18:53 -04:00
2011-05-10 15:57:12 +02:00
2011-10-01 06:20:53 -04:00
2011-07-14 16:54:32 +02:00
2011-09-20 06:18:55 -04:00
2011-09-19 14:57:55 -04:00
2011-07-13 20:12:05 +02:00
2011-06-27 17:16:28 -04:00
2011-07-07 14:31:57 -04:00
2011-09-02 12:38:40 -04:00
2011-07-14 03:09:00 +02:00
2011-09-18 12:03:48 -04:00
2011-06-20 22:49:12 +02:00
2011-08-09 18:13:11 -04:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.