Fix a minor mistake in ELisp manual
* doc/lispref/buffers.texi (Modification Time): Fix documentation of 'visited-file-modtime'. (Bug#34055)
This commit is contained in:
parent
6ac5985418
commit
03818b0a95
1 changed files with 2 additions and 1 deletions
|
@ -661,7 +661,8 @@ visiting a file or if the time has been explicitly cleared by
|
||||||
too. For instance, in a Dired buffer listing a directory, it returns
|
too. For instance, in a Dired buffer listing a directory, it returns
|
||||||
the last modification time of that directory, as recorded by Dired.
|
the last modification time of that directory, as recorded by Dired.
|
||||||
|
|
||||||
If the buffer is not visiting a file, this function returns @minus{}1.
|
If the buffer is visiting a file that doesn't exist, this function
|
||||||
|
returns @minus{}1.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
@defun set-visited-file-modtime &optional time
|
@defun set-visited-file-modtime &optional time
|
||||||
|
|
Loading…
Add table
Reference in a new issue