aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2003-01-24 13:28:00 +0000
committerKenichi Handa <[email protected]>2003-01-24 13:28:00 +0000
commitdb046b7d3a05ace4d6d2431695018f7de231710c (patch)
treefd5e41ea888cf0383e10a2b74af765958c81ac71 /lisp/international
parent7e450d02db192890dc64ba081664d15285822c5a (diff)
(decode-coding-inserted-region): Renamed
from decode-coding-region-as-inserted-from-file to make it fit well in the Lisp manual.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/mule.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index aa14f442bd..c2c53f5b04 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'."