diff options
| author | Juanma Barranquero | 2007-01-29 16:14:13 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-29 16:14:13 +0000 |
| commit | 382f8b5c8f9df8c11181dcbcfa57621dfe38829e (patch) | |
| tree | b4e8a02f72310ea8a7995f284ba2cc79f94ce8f1 | |
| parent | 31096fe898f8cb2194d771fdd4c96ca7a02e8d52 (diff) | |
| download | emacs-382f8b5c8f9df8c11181dcbcfa57621dfe38829e.tar.gz emacs-382f8b5c8f9df8c11181dcbcfa57621dfe38829e.zip | |
(find-auto-coding): Fix typo in docstring.
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 25b53027f95..6d1a17cba42 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1676,7 +1676,7 @@ cons (CODING . SOURCE), where CODING is the specified coding | |||
| 1676 | system and SOURCE is a symbol `auto-coding-alist', | 1676 | system and SOURCE is a symbol `auto-coding-alist', |
| 1677 | `auto-coding-regexp-alist', `coding:', or `auto-coding-functions' | 1677 | `auto-coding-regexp-alist', `coding:', or `auto-coding-functions' |
| 1678 | indicating by what CODING is specified. Note that the validity | 1678 | indicating by what CODING is specified. Note that the validity |
| 1679 | of CODING is not checked; it's callers responsibility to check it. | 1679 | of CODING is not checked; it's the caller's responsibility to check it. |
| 1680 | 1680 | ||
| 1681 | If nothing is specified, the return value is nil." | 1681 | If nothing is specified, the return value is nil." |
| 1682 | (or (let ((coding-system (auto-coding-alist-lookup filename))) | 1682 | (or (let ((coding-system (auto-coding-alist-lookup filename))) |