diff options
| author | Kim F. Storm | 2005-04-21 23:36:16 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-04-21 23:36:16 +0000 |
| commit | d12168d677a284c1597853031c9a506dfb08e788 (patch) | |
| tree | 5b8b9cabbf059825495af5edbdf3c3c9761cb9cb /src/coding.c | |
| parent | 9721d9045884c719172cc7cf054262f6f5d70147 (diff) | |
| download | emacs-d12168d677a284c1597853031c9a506dfb08e788.tar.gz emacs-d12168d677a284c1597853031c9a506dfb08e788.zip | |
Typo in comment.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 4ae1a25e8f0..a0e22184d3c 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6675,7 +6675,7 @@ highest priority. */) | |||
| 6675 | STRING_MULTIBYTE (string)); | 6675 | STRING_MULTIBYTE (string)); |
| 6676 | } | 6676 | } |
| 6677 | 6677 | ||
| 6678 | /* Subroutine for Fsafe_coding_systems_region_internal. | 6678 | /* Subroutine for Ffind_coding_systems_region_internal. |
| 6679 | 6679 | ||
| 6680 | Return a list of coding systems that safely encode the multibyte | 6680 | Return a list of coding systems that safely encode the multibyte |
| 6681 | text between P and PEND. SAFE_CODINGS, if non-nil, is an alist of | 6681 | text between P and PEND. SAFE_CODINGS, if non-nil, is an alist of |