From 867ef43ab163f14999a93f2eca0b767d27037b03 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 2 Dec 1999 14:38:17 +0000 Subject: [PATCH] (list-coding-categories): Fix typo; automatic -> autoload. --- lisp/ChangeLog | 7 +++++++ lisp/international/mule-diag.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c825f688d98..93100dc18ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +1999-12-02 Kenichi Handa + + * international/mule.el (charsetp): Fix typo in docstring. + + * international/mule-diag.el (list-coding-categories): Fix typo; + automatic -> autoload. + 1999-12-02 Gerd Moellmann * vc.el (vc-update-change-log): Look for rcs2log under 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*" -- 2.39.5