1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00
Glenn Morris 98282f6f12 apropos.el doc fixes.
* lisp/apropos.el (apropos-do-all, apropos-library, apropos-value)
(apropos-documentation): Doc fixes.
2011-11-11 21:13:23 -05:00
..
2011-11-07 14:00:54 -05:00
2011-11-12 00:34:43 +01:00
2011-11-08 22:10:51 -08:00
2011-10-19 20:26:14 -04:00
2011-11-09 17:18:33 +01:00
2011-11-08 22:10:51 -08:00
2011-11-08 22:10:51 -08:00
2011-11-12 00:34:43 +01:00
2011-11-12 00:17:16 +01:00
2011-11-12 00:17:16 +01:00
2011-11-08 22:10:51 -08:00
2011-11-11 21:13:23 -05:00
2011-09-02 12:38:40 -04:00
2011-09-02 12:38:40 -04:00
2011-11-11 21:13:23 -05:00
2011-07-14 03:09:00 +02:00
2011-11-12 00:17:16 +01:00
2011-11-12 00:34:43 +01:00
2011-09-28 02:59:28 +02:00
2011-11-12 00:34:43 +01:00
2011-11-08 22:10:51 -08:00
2011-11-11 02:04:08 -08:00
2011-08-08 16:11:25 +09:00
2011-11-12 00:17:16 +01:00
2011-10-18 02:17:05 -04:00
2011-11-11 02:04:08 -08:00
2011-11-08 22:10:51 -08:00
2011-07-15 13:18:53 -04:00
2011-10-31 10:25:01 +08: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-11-08 22:10:51 -08:00
2011-11-11 02:04:08 -08:00
2011-11-10 20:46:03 -05:00
2011-07-13 20:12:05 +02:00
2011-10-20 23:44:20 -07:00
2011-07-07 14:31:57 -04:00
2011-10-30 23:39:04 -02:00
2011-07-14 03:09:00 +02:00
2011-11-08 22:10:51 -08:00
2011-06-20 22:49:12 +02: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.