comparison man/lispref/buffers.texi @ 4888:c27efc9acb5a

merge
author Ben Wing <ben@xemacs.org>
date Wed, 27 Jan 2010 00:37:59 -0600
parents 6772ce4d982b
children 9fae6227ede5
comparison
equal deleted inserted replaced
4887:a47abe9c47f2 4888:c27efc9acb5a
522 is not @code{nil}, and otherwise to the last modification time of the 522 is not @code{nil}, and otherwise to the last modification time of the
523 visited file. 523 visited file.
524 524
525 If @var{time} is not @code{nil}, it should have the form 525 If @var{time} is not @code{nil}, it should have the form
526 @code{(@var{high} . @var{low})} or @code{(@var{high} @var{low})}, in 526 @code{(@var{high} . @var{low})} or @code{(@var{high} @var{low})}, in
527 either case containing two integers, each of which holds 16 bits of the 527 either case containing two fixnums, each of which holds 16 bits of the
528 time. 528 time.
529 529
530 This function is useful if the buffer was not read from the file 530 This function is useful if the buffer was not read from the file
531 normally, or if the file itself has been changed for some known benign 531 normally, or if the file itself has been changed for some known benign
532 reason. 532 reason.