From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 14:49:24 +0000 (+0200) Subject: Clarify slightly the last checkin. X-Git-Tag: emacs-pretest-24.0.90~104^2~94 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d1d6e68a4fa428c672f870bb8a363de90bf05ce;p=emacs.git Clarify slightly the last checkin. --- 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) {