comparison lisp/mule/mule-files.el @ 142:1856695b1fa9 r20-2b5

Import from CVS: tag r20-2b5
author cvs
date Mon, 13 Aug 2007 09:33:18 +0200
parents 585fb297b004
children 538048ae2ab8
comparison
equal deleted inserted replaced
141:ea67ad3963dc 142:1856695b1fa9
439 FILENAME, APPEND, VISIT, and CODING-SYSTEM, the same as the 439 FILENAME, APPEND, VISIT, and CODING-SYSTEM, the same as the
440 corresponding arguments in the call to `write-region'.") 440 corresponding arguments in the call to `write-region'.")
441 441
442 (defun write-region (start end filename &optional append visit lockname coding-system) 442 (defun write-region (start end filename &optional append visit lockname coding-system)
443 "Write current region into specified file. 443 "Write current region into specified file.
444 By default the file's existing contents are replaced by the specified region.
444 When called from a program, takes three arguments: 445 When called from a program, takes three arguments:
445 START, END and FILENAME. START and END are buffer positions. 446 START, END and FILENAME. START and END are buffer positions.
446 Optional fourth argument APPEND if non-nil means 447 Optional fourth argument APPEND if non-nil means
447 append to existing file contents (if any). 448 append to existing file contents (if any).
448 Optional fifth argument VISIT if t means 449 Optional fifth argument VISIT if t means