From 9d1d6e68a4fa428c672f870bb8a363de90bf05ce Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 16:49:24 +0200 Subject: [PATCH] Clarify slightly the last checkin. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, The value is a list of the form (HIGH LOW), like the time values that `file-attributes' returns. If the current buffer has no recorded file modification time, this function returns 0. If the visited file -doesn't exist, `(-1 65535)' will be returned. +doesn't exist, HIGH will be -1. See Info node `(elisp)Modification Time' for more details. */) (void) { -- 2.39.5