diff options
| author | Lars Magne Ingebrigtsen | 2011-09-11 16:49:24 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-09-11 16:49:24 +0200 |
| commit | 9d1d6e68a4fa428c672f870bb8a363de90bf05ce (patch) | |
| tree | 1b119f6d8dc4064928d4a2410c0a011660b8f8b1 /src/fileio.c | |
| parent | 1c4d7f3d299d580102cb07ab623244474f1d4020 (diff) | |
| download | emacs-9d1d6e68a4fa428c672f870bb8a363de90bf05ce.tar.gz emacs-9d1d6e68a4fa428c672f870bb8a363de90bf05ce.zip | |
Clarify slightly the last checkin.
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 2 |
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, | |||
| 5048 | The value is a list of the form (HIGH LOW), like the time values that | 5048 | The 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 |
| 5050 | modification time, this function returns 0. If the visited file | 5050 | modification time, this function returns 0. If the visited file |
| 5051 | doesn't exist, `(-1 65535)' will be returned. | 5051 | doesn't exist, HIGH will be -1. |
| 5052 | See Info node `(elisp)Modification Time' for more details. */) | 5052 | See Info node `(elisp)Modification Time' for more details. */) |
| 5053 | (void) | 5053 | (void) |
| 5054 | { | 5054 | { |