diff options
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 fb8fa9bc332..bae964bc139 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1078,7 +1078,7 @@ A non-nil FLAG means mark the buffer modified. */) | |||
| 1078 | 1078 | ||
| 1079 | DEFUN ("restore-buffer-modified-p", Frestore_buffer_modified_p, | 1079 | DEFUN ("restore-buffer-modified-p", Frestore_buffer_modified_p, |
| 1080 | Srestore_buffer_modified_p, 1, 1, 0, | 1080 | Srestore_buffer_modified_p, 1, 1, 0, |
| 1081 | doc: /* Like `set-buffer-modified-p', with a differences concerning redisplay. | 1081 | doc: /* Like `set-buffer-modified-p', with a difference concerning redisplay. |
| 1082 | It is not ensured that mode lines will be updated to show the modified | 1082 | It is not ensured that mode lines will be updated to show the modified |
| 1083 | state of the current buffer. Use with care. */) | 1083 | state of the current buffer. Use with care. */) |
| 1084 | (flag) | 1084 | (flag) |