From d5c78b09ab3e092d0b170671c3f7641f986f56e8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 15 Dec 2008 15:22:48 +0000 Subject: [PATCH] * international/mule.el (find-auto-coding): Fix typo in docstring. --- lisp/ChangeLog | 2 ++ lisp/international/mule.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3310f2ce36..b39aecfc05e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-12-15 Juanma Barranquero + * international/mule.el (find-auto-coding): Fix typo in docstring. + * simple.el (bad-package-check): Fix arguments of `display-warning', using the package name as TYPE. Use `string-match-p'. diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 8ae45e8b3cb..9563fa42733 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1688,7 +1688,7 @@ gives a match. If a coding system is specifed, the return value is a cons \(CODING . SOURCE), where CODING is the specified coding system and SOURCE is a symbol `auto-coding-alist', `auto-coding-regexp-alist', -`coding:', or `auto-coding-functions' indicating by what CODING is +`:coding', or `auto-coding-functions' indicating by what CODING is specified. Note that the validity of CODING is not checked; it's the caller's responsibility to check it. -- 2.39.2