diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index 388d602d87c..7493a29f1a4 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4440,8 +4440,10 @@ responsible for calling the after-insert-file-functions if appropriate."); | |||
| 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\ |