]> git.eshelyaron.com Git - emacs.git/commitdiff
(Frestore_buffer_modified_p): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 14 Aug 2004 12:49:12 +0000 (12:49 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 14 Aug 2004 12:49:12 +0000 (12:49 +0000)
src/buffer.c

index f55ae7983f471172e0255adeab8ba692d94ad0e0..bade501b1a75f81ea05b38aba53311fe5db31f86 100644 (file)
@@ -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)