Files
emacs/lisp
Stephen Gildea d9a01dcd9f Minor tweaks to time-stamp documentation strings
* time-stamp.el (time-stamp): Reformat the explanation of the
variables that affect time-stamp, for easier reading.  In particular,
wrap the documentation to 75 characters, so that it displays neatly as
a before-save-hook customization option.

* time-stamp-tests.el (with-time-stamp-test-env): Use imperative voice,
per checkdoc.
2019-10-13 07:59:59 -07:00
..
2019-10-11 14:17:08 +02:00
2019-10-01 18:05:09 +02:00
2019-09-23 00:12:52 -07:00
2019-09-28 17:08:19 +03:00
2019-10-02 18:24:03 +03:00
2019-07-06 12:51:30 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-10-07 19:44:24 +02:00
2019-09-27 00:33:45 +02:00
2019-08-05 18:37:29 -07:00
2019-06-12 16:15:30 +02:00
2019-04-05 20:33:07 -04:00
2019-09-27 17:49:37 +02:00
2019-10-08 02:53:02 +02:00
2019-05-26 01:00:16 -07:00
2019-08-05 18:37:29 -07:00
2019-07-20 16:46:04 +01:00
2019-08-01 17:04:53 +03:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-08-01 17:04:53 +03:00
2019-10-01 10:50:47 +02:00
2019-09-20 15:01:52 +02:00
2019-05-26 01:00:16 -07:00
2019-06-07 07:50:49 -07:00
2019-08-17 15:43:05 -07:00
2019-10-01 23:15:03 +03:00
2019-05-26 01:00:16 -07:00
2019-09-19 14:39:34 +02:00
2019-05-26 01:00:16 -07:00
2019-09-09 01:13:54 +02:00
2019-10-09 15:16:07 +02:00
2019-09-16 18:00:59 -07:00
2019-10-12 07:10:27 +02:00
2019-08-23 02:20:54 +02:00
2019-10-13 05:08:37 +02:00
2019-10-13 05:08:37 +02:00
2019-10-13 05:15:18 +02:00
2019-08-05 18:37:29 -07:00
2019-08-16 16:27:27 -07:00
2019-05-26 01:00:16 -07:00
2019-10-11 14:17:08 +02:00
2019-10-01 23:15:03 +03: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.