From: Eli Zaretskii Date: Thu, 8 Sep 2022 19:50:41 +0000 (+0300) Subject: ; * src/editfns.c (syms_of_editfns) : Doc fix. X-Git-Tag: emacs-29.0.90~1856^2~662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=048b0fd0db1bae116ca8dfda461eb7de609d8b53;p=emacs.git ; * src/editfns.c (syms_of_editfns) : Doc fix. --- 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. */); 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);