summaryrefslogtreecommitdiff
path: root/doc/lispref/buffers.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-05-12 09:47:25 +0300
committerEli Zaretskii <eliz@gnu.org>2022-05-12 09:47:25 +0300
commit7d0d87ec51f066aaa27cd3d2d995d56f1f41c67c (patch)
treef5c703fadd75a55e2b7c23e76ad016b74786d92a /doc/lispref/buffers.texi
parent36e84d228965b08c9a1e95e8e661bd50df4713be (diff)
downloademacs-7d0d87ec51f066aaa27cd3d2d995d56f1f41c67c.tar.gz
; Improve documentation of 'restore-buffer-modified-p'
* src/buffer.c (Frestore_buffer_modified_p): * doc/lispref/buffers.texi (Buffer Modification): Fix doc wording.
Diffstat (limited to 'doc/lispref/buffers.texi')
-rw-r--r--doc/lispref/buffers.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index 9f3808a45b1..1cbe8bc0933 100644
--- a/doc/lispref/buffers.texi
+++ b/doc/lispref/buffers.texi
@@ -566,9 +566,9 @@ function @code{force-mode-line-update} works by doing this:
@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