mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.
This commit is contained in:
parent
b836405138
commit
048b0fd0db
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue