; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.

This commit is contained in:
Eli Zaretskii 2022-09-08 22:50:41 +03:00
parent b836405138
commit 048b0fd0db

View 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);