mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-19 20:30:29 -08:00
(Fdetect_coding_region, Fdetect_coding_string): Fix
docstring about ISO-2022 control characters.
This commit is contained in:
parent
6d05494a28
commit
12e0131afb
1 changed files with 4 additions and 2 deletions
|
|
@ -6658,7 +6658,8 @@ sequence containing the bytes in the region between START and END when
|
|||
the coding system `undecided' is specified. The list is ordered by
|
||||
priority decided in the current language environment.
|
||||
|
||||
If only ASCII characters are found, it returns a list of single element
|
||||
If only ASCII characters are found (except for such ISO-2022 control
|
||||
characters ISO-2022 as ESC), it returns a list of single element
|
||||
`undecided' or its subsidiary coding system according to a detected
|
||||
end-of-line format.
|
||||
|
||||
|
|
@ -6705,7 +6706,8 @@ sequence containing the bytes in STRING when the coding system
|
|||
`undecided' is specified. The list is ordered by priority decided in
|
||||
the current language environment.
|
||||
|
||||
If only ASCII characters are found, it returns a list of single element
|
||||
If only ASCII characters are found (except for such ISO-2022 control
|
||||
characters ISO-2022 as ESC), it returns a list of single element
|
||||
`undecided' or its subsidiary coding system according to a detected
|
||||
end-of-line format.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue