aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2022-09-08 22:50:41 +0300
committerEli Zaretskii2022-09-08 22:50:41 +0300
commit048b0fd0db1bae116ca8dfda461eb7de609d8b53 (patch)
tree0d3c8e654f37c5ce5878435531a56ab89d95619f /src
parentb83640513808c2a88bb150550e74d3b62bb0f616 (diff)
downloademacs-048b0fd0db1bae116ca8dfda461eb7de609d8b53.tar.gz
emacs-048b0fd0db1bae116ca8dfda461eb7de609d8b53.zip
; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/editfns.c b/src/editfns.c
index cd5cddee79f..b774e79337f 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4603,10 +4603,7 @@ it to be non-nil. */);
4603 4603
4604 DEFSYM (Qrestrictions_locked, "restrictions-locked"); 4604 DEFSYM (Qrestrictions_locked, "restrictions-locked");
4605 DEFVAR_LISP ("restrictions-locked", Vrestrictions_locked, 4605 DEFVAR_LISP ("restrictions-locked", Vrestrictions_locked,
4606 doc: /* If non-nil, restrictions are currently locked. 4606 doc: /* If non-nil, restrictions are currently locked. */);
4607
4608This happens when `narrow-to-region', which see, is called from Lisp
4609with an optional argument LOCK non-nil. */);
4610 Vrestrictions_locked = Qnil; 4607 Vrestrictions_locked = Qnil;
4611 Funintern (Qrestrictions_locked, Qnil); 4608 Funintern (Qrestrictions_locked, Qnil);
4612 4609