emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b400d7335b: ; * lisp/simple.el (read-only-mode): Fix wording of d


From: Eli Zaretskii
Subject: master b400d7335b: ; * lisp/simple.el (read-only-mode): Fix wording of doc string.
Date: Wed, 24 Aug 2022 07:45:22 -0400 (EDT)

branch: master
commit b400d7335b0d859b3823bcabc15e3a401fe7e2d0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/simple.el (read-only-mode): Fix wording of doc string.
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 13d0d3b241..ee765c8a57 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]