diff options
| author | Juanma Barranquero | 2008-12-15 15:22:48 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-12-15 15:22:48 +0000 |
| commit | d5c78b09ab3e092d0b170671c3f7641f986f56e8 (patch) | |
| tree | 42c3c47474ee2b15b3aabe3b7935f0005a1e44e5 | |
| parent | 97a424b85894aa746343787ff064301e4a86094c (diff) | |
| download | emacs-d5c78b09ab3e092d0b170671c3f7641f986f56e8.tar.gz emacs-d5c78b09ab3e092d0b170671c3f7641f986f56e8.zip | |
* international/mule.el (find-auto-coding): Fix typo in docstring.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/international/mule.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3310f2ce36..b39aecfc05e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-12-15 Juanma Barranquero <lekktu@gmail.com> | 1 | 2008-12-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * international/mule.el (find-auto-coding): Fix typo in docstring. | ||
| 4 | |||
| 3 | * simple.el (bad-package-check): Fix arguments of `display-warning', | 5 | * simple.el (bad-package-check): Fix arguments of `display-warning', |
| 4 | using the package name as TYPE. Use `string-match-p'. | 6 | using the package name as TYPE. Use `string-match-p'. |
| 5 | 7 | ||
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. | |||
| 1688 | If a coding system is specifed, the return value is a cons | 1688 | If a coding system is specifed, the return value is a cons |
| 1689 | \(CODING . SOURCE), where CODING is the specified coding system and | 1689 | \(CODING . SOURCE), where CODING is the specified coding system and |
| 1690 | SOURCE is a symbol `auto-coding-alist', `auto-coding-regexp-alist', | 1690 | SOURCE is a symbol `auto-coding-alist', `auto-coding-regexp-alist', |
| 1691 | `coding:', or `auto-coding-functions' indicating by what CODING is | 1691 | `:coding', or `auto-coding-functions' indicating by what CODING is |
| 1692 | specified. Note that the validity of CODING is not checked; | 1692 | specified. Note that the validity of CODING is not checked; |
| 1693 | it's the caller's responsibility to check it. | 1693 | it's the caller's responsibility to check it. |
| 1694 | 1694 | ||