comparison src/fileio.c @ 15072:ff25c6944c3d

(syms_of_fileio): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Apr 1996 17:31:37 +0000
parents 1a852b90dc3e
children 32c26cb9e078
comparison
equal deleted inserted replaced
15071:2ae4beb73bf5 15072:ff25c6944c3d
4438 responsible for calling the after-insert-file-functions if appropriate."); 4438 responsible for calling the after-insert-file-functions if appropriate.");
4439 Vafter_insert_file_functions = Qnil; 4439 Vafter_insert_file_functions = Qnil;
4440 4440
4441 DEFVAR_LISP ("write-region-annotate-functions", &Vwrite_region_annotate_functions, 4441 DEFVAR_LISP ("write-region-annotate-functions", &Vwrite_region_annotate_functions,
4442 "A list of functions to be called at the start of `write-region'.\n\ 4442 "A list of functions to be called at the start of `write-region'.\n\
4443 Each is passed two arguments, START and END as for `write-region'. It should\n\ 4443 Each is passed two arguments, START and END as for `write-region'.\n\
4444 return a list of pairs (POSITION . STRING) of strings to be effectively\n\ 4444 These are usually two numbers but not always; see the documentation\n\
4445 for `write-region'. The function should return a list of pairs\n\
4446 of the form (POSITION . STRING), consisting of strings to be effectively\n\
4445 inserted at the specified positions of the file being written (1 means to\n\ 4447 inserted at the specified positions of the file being written (1 means to\n\
4446 insert before the first byte written). The POSITIONs must be sorted into\n\ 4448 insert before the first byte written). The POSITIONs must be sorted into\n\
4447 increasing order. If there are several functions in the list, the several\n\ 4449 increasing order. If there are several functions in the list, the several\n\
4448 lists are merged destructively."); 4450 lists are merged destructively.");
4449 Vwrite_region_annotate_functions = Qnil; 4451 Vwrite_region_annotate_functions = Qnil;