comparison src/buffer.c @ 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 ff1b3d52a8cd
children b3aa8cb4c381 b15f799f66b5 d8411455de48
comparison
equal deleted inserted replaced
56668:99e8e40ec202 56669:126be634e20a
1075 return flag; 1075 return flag;
1076 } 1076 }
1077 1077
1078 DEFUN ("restore-buffer-modified-p", Frestore_buffer_modified_p, 1078 DEFUN ("restore-buffer-modified-p", Frestore_buffer_modified_p,
1079 Srestore_buffer_modified_p, 1, 1, 0, 1079 Srestore_buffer_modified_p, 1, 1, 0,
1080 doc: /* Like `set-buffer-modified-p', with a differences concerning redisplay. 1080 doc: /* Like `set-buffer-modified-p', with a difference concerning redisplay.
1081 It is not ensured that mode lines will be updated to show the modified 1081 It is not ensured that mode lines will be updated to show the modified
1082 state of the current buffer. Use with care. */) 1082 state of the current buffer. Use with care. */)
1083 (flag) 1083 (flag)
1084 Lisp_Object flag; 1084 Lisp_Object flag;
1085 { 1085 {