aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
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,
5048The value is a list of the form (HIGH LOW), like the time values that 5048The 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
5050modification time, this function returns 0. If the visited file 5050modification time, this function returns 0. If the visited file
5051doesn't exist, `(-1 65535)' will be returned. 5051doesn't exist, HIGH will be -1.
5052See Info node `(elisp)Modification Time' for more details. */) 5052See Info node `(elisp)Modification Time' for more details. */)
5053 (void) 5053 (void)
5054{ 5054{