# HG changeset patch # User John Paul Wallington # Date 1092487752 0 # Node ID 126be634e20acd91a1be32311c84f4cc2766c06e # Parent 99e8e40ec202e4ee007abe931bca137e8ee488c8 (Frestore_buffer_modified_p): Doc fix. diff -r 99e8e40ec202 -r 126be634e20a src/buffer.c --- a/src/buffer.c Sat Aug 14 12:48:39 2004 +0000 +++ b/src/buffer.c Sat Aug 14 12:49:12 2004 +0000 @@ -1077,7 +1077,7 @@ 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)