emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Thu, 13 Mar 2003 06:32:26 -0500

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.270 emacs/src/coding.c:1.271
*** emacs/src/coding.c:1.270    Thu Mar 13 06:16:16 2003
--- emacs/src/coding.c  Thu Mar 13 06:32:18 2003
***************
*** 6314,6321 ****
  
  DEFUN ("detect-coding-region", Fdetect_coding_region, Sdetect_coding_region,
         2, 3, 0,
!        doc: /* Detect coding system of the text in the region between START 
and END.
! Return a list of possible coding systems ordered by priority.
  
  If only ASCII characters are found, it returns a list of single element
  `undecided' or its subsidiary coding system according to a detected
--- 6314,6324 ----
  
  DEFUN ("detect-coding-region", Fdetect_coding_region, Sdetect_coding_region,
         2, 3, 0,
!        doc: /* Detect how the byte sequence in the region is encoded.
! Return a list of possible coding systems used on decoding a byte
! 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
  `undecided' or its subsidiary coding system according to a detected




reply via email to

[Prev in Thread] Current Thread [Next in Thread]