Mercurial > emacs
comparison lisp/emacs-lisp/autoload.el @ 7942:bc5dccc5375f
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jun 1994 20:04:22 +0000 (1994-06-17) |
parents | a01cc9d6398d |
children | 65731429a2c1 |
comparison
equal
deleted
inserted
replaced
7941:849b6e20bfd7 | 7942:bc5dccc5375f |
---|---|
19 ;;; program's author (send electronic mail to roland@ai.mit.edu) or from | 19 ;;; program's author (send electronic mail to roland@ai.mit.edu) or from |
20 ;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA | 20 ;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA |
21 ;;; 02139, USA. | 21 ;;; 02139, USA. |
22 ;;; | 22 ;;; |
23 | 23 |
24 ;;; Commentary;: | 24 ;;; Commentary: |
25 | 25 |
26 ;; This code helps GNU Emacs maintainers keep the loaddefs.el file up to | 26 ;; This code helps GNU Emacs maintainers keep the loaddefs.el file up to |
27 ;; date. It interprets magic cookies of the form ";;;###autoload" in | 27 ;; date. It interprets magic cookies of the form ";;;###autoload" in |
28 ;; lisp source files in various useful ways. To learn more, read the | 28 ;; lisp source files in various useful ways. To learn more, read the |
29 ;; source; if you're going to use this, you'd better be able to. | 29 ;; source; if you're going to use this, you'd better be able to. |