diff options
| author | Eli Zaretskii | 2020-01-02 19:34:30 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-01-02 19:34:30 +0200 |
| commit | 1420906b812852fab3ee37393db813afdf9e75b7 (patch) | |
| tree | 3ef88fbd15b81a0e355057aebd0a8659efa0d71b /src | |
| parent | 01dfcb7c879831b5cf2614e35f9f610dfadb13a0 (diff) | |
| download | emacs-1420906b812852fab3ee37393db813afdf9e75b7.tar.gz emacs-1420906b812852fab3ee37393db813afdf9e75b7.zip | |
* src/fileio.c (Fwrite_region): Improve the doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 6e2fe2f0b82..34934dd6df6 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4975,6 +4975,7 @@ Optional fourth argument APPEND if non-nil means | |||
| 4975 | Optional fifth argument VISIT, if t or a string, means | 4975 | Optional fifth argument VISIT, if t or a string, means |
| 4976 | set the last-save-file-modtime of buffer to this file's modtime | 4976 | set the last-save-file-modtime of buffer to this file's modtime |
| 4977 | and mark buffer not modified. | 4977 | and mark buffer not modified. |
| 4978 | If VISIT is t, the buffer is marked as visiting FILENAME. | ||
| 4978 | If VISIT is a string, it is a second file name; | 4979 | If VISIT is a string, it is a second file name; |
| 4979 | the output goes to FILENAME, but the buffer is marked as visiting VISIT. | 4980 | the output goes to FILENAME, but the buffer is marked as visiting VISIT. |
| 4980 | VISIT is also the file name to lock and unlock for clash detection. | 4981 | VISIT is also the file name to lock and unlock for clash detection. |