diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-12-02 14:35:45 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-12-02 14:35:45 +0000 |
commit | 8684586b1d5ef736957503405b8484058e337995 (patch) | |
tree | 91c1087ed0290010c55a96e12926aa6e1a806d1f /lisp/international | |
parent | 3cf27ba75bd737614d4f7c69393f2f600c510bf4 (diff) | |
download | emacs-8684586b1d5ef736957503405b8484058e337995.tar.gz |
(list-coding-categories): Fix typo;
automatic -> autoload.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-diag.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index f442298aa81..d0fed4eb3ea 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -526,7 +526,7 @@ but still contains full information about each coding system." (print-coding-system coding-system)) (setq bases (cdr bases))))) -;;;###automatic +;;;###autoload (defun list-coding-categories () "Display a list of all coding categories." (with-output-to-temp-buffer "*Help*" |