Files
emacs/lisp
Stefan Kangas b86bc62ca5 Several doc fixes in package.el
* lisp/emacs-lisp/package.el (top-level)
(package-check-signature, package--from-builtin)
(package-desc-full-name, package-desc-suffix)
(package-desc--keywords, package--bi-desc)
(package-process-define-package, package-archive-base)
(package-install-from-archive, package-install-from-buffer)
(package-install-file, package-autoremove, describe-package-1)
(package-install-button-action, package-delete-button-action)
(package-keyword-button-action, package-make-button)
(package--print-email-button, package-list-unversioned)
(package--emacs-version-list, package-menu-toggle-hiding)
(package-hidden-regexps, package-menu-hide-package)
(package-menu-get-status, package-menu--find-upgrades)
(package-menu--post-refresh): Doc fixes.  (Bug#37410)
2019-09-21 23:09:14 +02:00
..
2019-09-20 17:38:03 -07:00
2019-08-06 04:01:49 -04:00
2019-09-17 14:19:54 +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-08-23 05:31:17 +02:00
2019-08-05 18:37:29 -07:00
2019-06-12 16:15:30 +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-03 20:56:48 +02:00
2019-08-01 17:04:53 +03:00
2019-09-20 15:01:52 +02:00
2019-05-26 01:00:16 -07:00
2019-09-01 06:26:47 -07:00
2019-06-07 07:50:49 -07:00
2019-08-17 15:43:05 -07: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-09-16 18:00:59 -07:00
2019-09-20 20:19:28 +02:00
2019-08-23 02:20:54 +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-08-05 18:37:29 -07: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.