Files
emacs/lisp
Juanma Barranquero ea6c930a8d * completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file):
  Fix typos in docstrings.

* filesets.el (filesets-menu-ensure-use-cached)
  (filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
  Fix typos in docstrings.

* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
  (image-dired-line-up-method, image-dired-thumb-size)
  (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
  (image-dired-track-original-file, image-dired-track-thumbnail)
  (image-dired-dired-next-line, image-dired-dired-previous-line)
  (image-dired-write-comments): Reflow docstrings.
  (image-dired-show-all-from-dir-max-files)
  (image-dired-format-properties-string, image-dired-create-thumbs)
  (image-dired-mark-tagged-files, image-dired-gallery-generate):
  Fix typos in docstrings.

* savehist.el (savehist-save-minibuffer-history, savehist-file)
  (savehist-additional-variables, savehist-ignored-variables)
  (savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
  (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
  (fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
  (thumbs-conversion-program, thumbs-margin):
  Remove spurious * in docstrings.
2008-10-25 00:46:25 +00:00
..
2008-10-10 14:58:26 +00:00
2008-10-23 13:46:17 +00:00
2008-09-02 05:35:54 +00:00
2008-10-08 04:05:10 +00:00
2008-10-08 07:42:58 +00:00
2008-10-04 18:48:45 +00:00
2008-10-17 02:44:36 +00:00
2008-10-14 15:50:14 +00:00
2008-10-03 07:43:58 +00:00
2008-07-31 05:33:56 +00:00
2008-10-04 18:45:30 +00:00
2008-10-24 09:44:46 +00:00
2008-10-17 21:25:58 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 22:15:45 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-14 15:50:14 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-07-27 18:24:48 +00:00
2008-10-22 20:21:21 +00:00
2008-07-27 18:24:48 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-06-27 07:34:53 +00:00
2008-09-20 20:16:29 +00:00
2008-06-27 07:34:53 +00:00
2008-08-26 11:02:51 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-09-02 05:35:54 +00:00
2008-09-12 03:07:25 +00:00
2008-10-01 08:29:01 +00:00
2008-08-31 13:46:54 +00:00
2008-07-31 05:33:56 +00:00
2008-10-12 22:46:38 +00:00
2008-07-25 16:26:06 +00:00
2008-06-27 07:34:53 +00:00
2008-10-03 07:47:06 +00:00
2008-07-27 18:24:48 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-09-14 21:18:56 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-10-24 09:39:27 +00:00
2008-06-27 07:34:53 +00:00
2008-09-25 00:11:36 +00:00
2008-09-07 20:24:24 +00:00
2008-09-28 17:57:00 +00:00
2008-06-27 07:34:53 +00:00
2008-06-24 13:29:28 +00:00
2008-08-20 22:48:55 +00:00
2008-10-18 15:51:35 +00:00
2008-07-15 18:15:18 +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.