]> git.eshelyaron.com Git - emacs.git/commitdiff
(decode-coding-inserted-region): Renamed
authorKenichi Handa <handa@m17n.org>
Fri, 24 Jan 2003 13:28:00 +0000 (13:28 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 24 Jan 2003 13:28:00 +0000 (13:28 +0000)
from decode-coding-region-as-inserted-from-file to make it fit
well in the Lisp manual.

lisp/international/mule.el

index aa14f442bd09f647a2cfcff272f8de2b385192d7..c2c53f5b042c0a3ca9576e5b6b75cff7abcf327e 100644 (file)
@@ -1899,9 +1899,8 @@ or a function symbol which, when called, returns such a cons cell."
                   (cons (cons regexp coding-system)
                         network-coding-system-alist)))))))
 
-(defun decode-coding-region-as-inserted-from-file (from to filename
-                                                       &optional
-                                                       visit beg end replace)
+(defun decode-coding-inserted-region (from to filename
+                                          &optional visit beg end replace)
   "Decode the region between FROM and TO as if it is read from file FILENAME.
 Optional arguments VISIT, BEG, END, and REPLACE are the same as those
 of the function `insert-file-contents'."