changeset 56669:126be634e20a

(Frestore_buffer_modified_p): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Sat, 14 Aug 2004 12:49:12 +0000
parents 99e8e40ec202
children 440fa1d2a7a3
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)