Clarify slightly the last checkin.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-09-11 16:49:24 +02:00
parent 1c4d7f3d29
commit 9d1d6e68a4

View 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)
{