]> code.delx.au - gnu-emacs/commitdiff
(list-coding-categories): Fix typo;
authorGerd Moellmann <gerd@gnu.org>
Thu, 2 Dec 1999 14:38:17 +0000 (14:38 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 2 Dec 1999 14:38:17 +0000 (14:38 +0000)
automatic -> autoload.

lisp/ChangeLog
lisp/international/mule-diag.el

index c825f688d98f5c0d4806390829c26c739ab52027..93100dc18eccc9d1939652110a60c222cd6e02b8 100644 (file)
@@ -1,3 +1,10 @@
+1999-12-02  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (charsetp): Fix typo in docstring.
+
+       * international/mule-diag.el (list-coding-categories): Fix typo;
+       automatic -> autoload.
+
 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
 
        * vc.el (vc-update-change-log): Look for rcs2log under
index f442298aa81fbaed28125f8b465d572f22b803d4..d0fed4eb3ea46a8b067e9f00dfbb85a636c83e2d 100644 (file)
@@ -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*"