1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Improve documentation comments.

This commit is contained in:
Eric S. Raymond 2010-04-09 10:17:52 -04:00
parent 21d2848427
commit f6d9077216
3 changed files with 15 additions and 1 deletions

View file

@ -460,6 +460,9 @@ For registered files, the value returned is one of:
'edited The working file has been edited by the user. If
locking is used for the file, this state means that
the current version is locked by the calling user.
This status should *not* be reported for files
which have a changed mtime but the same content
as the repo copy.
USER The current version of the working file is locked by
some other USER (a string).