; 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".
This commit is contained in:
parent
9d8202b45e
commit
65de510c16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue