]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 8 Sep 2022 19:50:41 +0000 (22:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 8 Sep 2022 19:50:41 +0000 (22:50 +0300)
src/editfns.c

index cd5cddee79fedc3e9de57f453c462b79cc92b4f0..b774e79337f456e241883f9f2f57ce75d13f2ffc 100644 (file)
@@ -4603,10 +4603,7 @@ it to be non-nil.  */);
 
   DEFSYM (Qrestrictions_locked, "restrictions-locked");
   DEFVAR_LISP ("restrictions-locked", Vrestrictions_locked,
-              doc: /* If non-nil, restrictions are currently locked.
-
-This happens when `narrow-to-region', which see, is called from Lisp
-with an optional argument LOCK non-nil.  */);
+              doc: /* If non-nil, restrictions are currently locked.  */);
   Vrestrictions_locked = Qnil;
   Funintern (Qrestrictions_locked, Qnil);