* src/buffer.c (Frestore_buffer_modified_p):
* doc/lispref/buffers.texi (Buffer Modification): Fix doc wording.
@defun restore-buffer-modified-p flag
Like @code{set-buffer-modified-p}, but does not force redisplay of
-mode lines. This function also allows a @var{flag} value of
-@code{autosaved}, which also marks the buffer as having been autosaved
-after the last modification.
+mode lines. This function also allows @var{flag}'s value to be
+the symbol @code{autosaved}, which marks the buffer as modified and
+auto-saved after the last modification.
@end defun
@deffn Command not-modified &optional arg
doc: /* Like `set-buffer-modified-p', but doesn't redisplay buffer's mode line.
A nil FLAG means to mark the buffer as unmodified. A non-nil FLAG
means mark the buffer as modified. A special value of `autosaved'
-will mark the buffer modified, and also as having been autosaved since
-it was last modified.
+will mark the buffer as modified and also as autosaved since it was
+last modified.
This function also locks or unlocks the file visited by the buffer,
if both `buffer-file-truename' and `buffer-file-name' are non-nil.