Files
emacs/lisp
Juanma Barranquero 475ffea416 (newsticker--decode-iso8601-date, newsticker--set-customvar,
newsticker--buffer-insert-item, newsticker--do-run-auto-mark-filter,
newsticker--parse-generic-feed): Doc fixes.
(newsticker--retrieval-timer-list, newsticker-url-list,
newsticker-hide-immortal-items-in-echo-area,
newsticker-hide-obsolete-items-in-echo-area, newsticker-new-item-face,
newsticker--enclosure, newsticker-buffer-update,
newsticker-w3m-show-inline-images, newsticker--parse-atom-0.3,
newsticker--parse-rss-1.0, newsticker--parse-generic-feed,
newsticker--cache-contains, newsticker--stat-num-items,
newsticker-download-enclosures): Fix typos in docstrings.
2006-02-02 16:23:49 +00:00
..
2006-02-02 14:41:36 +00:00
2006-01-27 19:32:05 +00:00
2006-01-22 12:19:11 +00:00
2005-12-26 21:22:55 +00:00
2006-01-20 01:31:01 +00:00
2005-12-19 07:04:44 +00:00
2005-12-30 21:54:32 +00:00
2006-01-13 02:36:49 +00:00
2006-01-19 19:29:20 +00:00
2005-12-12 05:20:41 +00:00
2006-01-24 13:38:07 +00:00
2005-12-12 05:18:19 +00:00
2006-01-23 01:19:35 +00:00
2006-01-19 17:50:42 +00:00
2005-12-30 13:20:23 +00:00
2005-12-20 17:39:47 +00:00
2005-11-22 19:25:50 +00:00
2006-01-29 23:03:30 +00:00
2006-01-17 00:51:53 +00:00
2006-01-20 01:21:18 +00:00
2005-12-19 07:04:44 +00:00
2006-01-12 02:27:35 +00:00
2006-01-26 17:58:14 +00:00
2005-12-03 14:35:38 +00:00
2006-02-02 01:07:11 +00: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.