]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix 'restore-buffer-modified-p' doc string typo
authorStephen Gildea <stepheng+emacs@gildea.com>
Fri, 8 Oct 2021 03:10:09 +0000 (20:10 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Fri, 8 Oct 2021 03:11:36 +0000 (20:11 -0700)
* src/buffer.c (restore-buffer-modified-p): Fix typo in doc string:
"and" for "or" regarding lock/unlock.  Note that 'set-buffer-modified-p'
doc string already uses the correct "or".

src/buffer.c

index 4eb7ab6d6baa73a9f4d3884a5ca78700b2910e17..f405bcb58340aa67b2edaed1dcf1363fcf21a5cd 100644 (file)
@@ -1434,7 +1434,7 @@ and `buffer-file-truename' are non-nil.  */)
 DEFUN ("restore-buffer-modified-p", Frestore_buffer_modified_p,
        Srestore_buffer_modified_p, 1, 1, 0,
        doc: /* Like `set-buffer-modified-p', but doesn't redisplay buffer's mode line.
-This function also locks and unlocks the file visited by the buffer,
+This function also locks or unlocks the file visited by the buffer,
 if both `buffer-file-truename' and `buffer-file-name' are non-nil.
 
 It is not ensured that mode lines will be updated to show the modified