aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJohn Paul Wallington2004-08-14 12:49:12 +0000
committerJohn Paul Wallington2004-08-14 12:49:12 +0000
commit42f47086223bd96ad5abbd695646526ce4742391 (patch)
tree517491d676db4fcf3295b7af2e4734136c2ca7c2 /src/buffer.c
parent08e3de6956fcee57077a2f8fe9e51add6b3d0aae (diff)
downloademacs-42f47086223bd96ad5abbd695646526ce4742391.tar.gz
emacs-42f47086223bd96ad5abbd695646526ce4742391.zip
(Frestore_buffer_modified_p): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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
1078DEFUN ("restore-buffer-modified-p", Frestore_buffer_modified_p, 1078DEFUN ("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.
1081It is not ensured that mode lines will be updated to show the modified 1081It is not ensured that mode lines will be updated to show the modified
1082state of the current buffer. Use with care. */) 1082state of the current buffer. Use with care. */)
1083 (flag) 1083 (flag)