From b400d7335b0d859b3823bcabc15e3a401fe7e2d0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 24 Aug 2022 14:45:07 +0300 Subject: [PATCH] ; * 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 13d0d3b2414..ee765c8a575 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 -- 2.39.2