Clarify slightly the last checkin.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 14:49:24 +0000 (16:49 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 14:49:24 +0000 (16:49 +0200)
src/fileio.c

index 6cfddde..e48fd89 100644 (file)
@@ -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)
 {