# HG changeset patch # User Richard M. Stallman # Date 830453497 0 # Node ID ff25c6944c3de20b413397eb3513117683f27309 # Parent 2ae4beb73bf5f6d2ee4051905ffa7bd4fd828c68 (syms_of_fileio): Doc fix. diff -r 2ae4beb73bf5 -r ff25c6944c3d src/fileio.c --- a/src/fileio.c Thu Apr 25 03:36:01 1996 +0000 +++ b/src/fileio.c Thu Apr 25 17:31:37 1996 +0000 @@ -4440,8 +4440,10 @@ DEFVAR_LISP ("write-region-annotate-functions", &Vwrite_region_annotate_functions, "A list of functions to be called at the start of `write-region'.\n\ -Each is passed two arguments, START and END as for `write-region'. It should\n\ -return a list of pairs (POSITION . STRING) of strings to be effectively\n\ +Each is passed two arguments, START and END as for `write-region'.\n\ +These are usually two numbers but not always; see the documentation\n\ +for `write-region'. The function should return a list of pairs\n\ +of the form (POSITION . STRING), consisting of strings to be effectively\n\ inserted at the specified positions of the file being written (1 means to\n\ insert before the first byte written). The POSITIONs must be sorted into\n\ increasing order. If there are several functions in the list, the several\n\