; * lisp/simple.el (read-only-mode): Fix wording of doc string.
This commit is contained in:
parent
25ee1ff206
commit
b400d7335b
1 changed files with 1 additions and 1 deletions
|
@ -10402,7 +10402,7 @@ ignore read-only status in a Lisp program (whether due to text
|
|||
properties or buffer state), bind `inhibit-read-only' temporarily
|
||||
to a non-nil value.
|
||||
|
||||
Reverting a buffer will keep the readedness state set by using
|
||||
Reverting a buffer will keep the read-only status set by using
|
||||
this command."
|
||||
:variable buffer-read-only
|
||||
;; We're saving this value here so that we can restore the
|
||||
|
|
Loading…
Add table
Reference in a new issue