]> git.eshelyaron.com Git - emacs.git/commit
; 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)
commit65de510c1663994dcbdec219ab1889d0f71a7be6
tree7f80f97558a785f5559ac66a6bba34cbde0fbf1b
parent9d8202b45e6beae31f2952d653c0ba7b788c4975
; Fix 'restore-buffer-modified-p' doc string typo

* 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