diff options
| author | John Paul Wallington | 2004-08-14 12:49:12 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2004-08-14 12:49:12 +0000 |
| commit | 42f47086223bd96ad5abbd695646526ce4742391 (patch) | |
| tree | 517491d676db4fcf3295b7af2e4734136c2ca7c2 /src/buffer.c | |
| parent | 08e3de6956fcee57077a2f8fe9e51add6b3d0aae (diff) | |
| download | emacs-42f47086223bd96ad5abbd695646526ce4742391.tar.gz emacs-42f47086223bd96ad5abbd695646526ce4742391.zip | |
(Frestore_buffer_modified_p): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */) | |||
| 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) |