comparison src/coding.c @ 61722:642b9d312765

Typo in comment.
author Kim F. Storm <storm@cua.dk>
date Thu, 21 Apr 2005 23:36:16 +0000
parents e3a6dd630fdf
children 5a6bae733c66 ad07ff6e4555
comparison
equal deleted inserted replaced
61721:2e5e4800dc8a 61722:642b9d312765
6673 SBYTES (string) + 1, 6673 SBYTES (string) + 1,
6674 !NILP (highest), 6674 !NILP (highest),
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
6682 possible coding systems. If it is nil, it means that we have not 6682 possible coding systems. If it is nil, it means that we have not
6683 yet found any coding systems. 6683 yet found any coding systems.