changeset 15072:ff25c6944c3d

(syms_of_fileio): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Apr 1996 17:31:37 +0000
parents 2ae4beb73bf5
children e98682eae98b
files src/fileio.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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\