diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 6cfddde424b..e48fd89d7cb 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -5048,7 +5048,7 @@ DEFUN ("visited-file-modtime", Fvisited_file_modtime, | |||
| 5048 | The value is a list of the form (HIGH LOW), like the time values that | 5048 | The value is a list of the form (HIGH LOW), like the time values that |
| 5049 | `file-attributes' returns. If the current buffer has no recorded file | 5049 | `file-attributes' returns. If the current buffer has no recorded file |
| 5050 | modification time, this function returns 0. If the visited file | 5050 | modification time, this function returns 0. If the visited file |
| 5051 | doesn't exist, `(-1 65535)' will be returned. | 5051 | doesn't exist, HIGH will be -1. |
| 5052 | See Info node `(elisp)Modification Time' for more details. */) | 5052 | See Info node `(elisp)Modification Time' for more details. */) |
| 5053 | (void) | 5053 | (void) |
| 5054 | { | 5054 | { |