projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4d7f3
)
Clarify slightly the last checkin.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 11 Sep 2011 14:49:24 +0000
(16:49 +0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 11 Sep 2011 14:49:24 +0000
(16:49 +0200)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 6cfddde424b8b95e93dab2dbdb50b8022ad9cab3..e48fd89d7cbecf258348acb04af758307e1c61a7 100644
(file)
--- 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)
{