From: John Paul Wallington Date: Sat, 14 Aug 2004 12:49:12 +0000 (+0000) Subject: (Frestore_buffer_modified_p): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42f47086223bd96ad5abbd695646526ce4742391;p=emacs.git (Frestore_buffer_modified_p): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index f55ae7983f4..bade501b1a7 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1077,7 +1077,7 @@ A non-nil FLAG means mark the buffer modified. */) DEFUN ("restore-buffer-modified-p", Frestore_buffer_modified_p, Srestore_buffer_modified_p, 1, 1, 0, - doc: /* Like `set-buffer-modified-p', with a differences concerning redisplay. + doc: /* Like `set-buffer-modified-p', with a difference concerning redisplay. It is not ensured that mode lines will be updated to show the modified state of the current buffer. Use with care. */) (flag)