From db046b7d3a05ace4d6d2431695018f7de231710c Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 24 Jan 2003 13:28:00 +0000 Subject: [PATCH] (decode-coding-inserted-region): Renamed from decode-coding-region-as-inserted-from-file to make it fit well in the Lisp manual. --- lisp/international/mule.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index aa14f442bd0..c2c53f5b042 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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'." -- 2.39.2