aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-09-11 16:49:24 +0200
committerLars Magne Ingebrigtsen2011-09-11 16:49:24 +0200
commit9d1d6e68a4fa428c672f870bb8a363de90bf05ce (patch)
tree1b119f6d8dc4064928d4a2410c0a011660b8f8b1
parent1c4d7f3d299d580102cb07ab623244474f1d4020 (diff)
downloademacs-9d1d6e68a4fa428c672f870bb8a363de90bf05ce.tar.gz
emacs-9d1d6e68a4fa428c672f870bb8a363de90bf05ce.zip
Clarify slightly the last checkin.
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
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,
5048The value is a list of the form (HIGH LOW), like the time values that 5048The value is a list of the form (HIGH LOW), like the time values that
5049`file-attributes' returns. If the current buffer has no recorded file 5049`file-attributes' returns. If the current buffer has no recorded file
5050modification time, this function returns 0. If the visited file 5050modification time, this function returns 0. If the visited file
5051doesn't exist, `(-1 65535)' will be returned. 5051doesn't exist, HIGH will be -1.
5052See Info node `(elisp)Modification Time' for more details. */) 5052See Info node `(elisp)Modification Time' for more details. */)
5053 (void) 5053 (void)
5054{ 5054{