diff options
| author | Noam Postavsky | 2016-11-01 23:18:37 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2016-11-05 10:12:03 -0400 |
| commit | bb61e50533a4dd1f2f93de1f8ca55d31f9094e6d (patch) | |
| tree | cccd58ed7741b9495aa379218df7eb6e2fce6284 | |
| parent | 3ef86fd06378f43f8d90c7c120b4fe605d187e9f (diff) | |
| download | emacs-bb61e50533a4dd1f2f93de1f8ca55d31f9094e6d.tar.gz emacs-bb61e50533a4dd1f2f93de1f8ca55d31f9094e6d.zip | |
* doc/lispref/loading.texi (Autoload): Better link (Bug#24845).
| -rw-r--r-- | doc/lispref/loading.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 81a1922d71c..1468603e508 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -610,8 +610,8 @@ and @code{define-global-minor-mode}. | |||
| 610 | 610 | ||
| 611 | @item Other definition types: | 611 | @item Other definition types: |
| 612 | @code{defcustom}, @code{defgroup}, @code{defclass} | 612 | @code{defcustom}, @code{defgroup}, @code{defclass} |
| 613 | (@pxref{Top,EIEIO,,eieio,EIEIO}), and @code{define-skeleton} (see the | 613 | (@pxref{Top,EIEIO,,eieio,EIEIO}), and @code{define-skeleton} |
| 614 | commentary in @file{skeleton.el}). | 614 | (@pxref{Top,Autotyping,,autotype,Autotyping}). |
| 615 | @end table | 615 | @end table |
| 616 | 616 | ||
| 617 | You can also use a magic comment to execute a form at build time | 617 | You can also use a magic comment to execute a form at build time |