From: Gregory Heytings Date: Sun, 21 Aug 2022 20:41:02 +0000 (+0000) Subject: ; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement. X-Git-Tag: emacs-29.0.90~1447^2~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2342fb052b276f8f5b0e00647a1150b3a9c51c66;p=emacs.git ; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement. --- diff --git a/src/editfns.c b/src/editfns.c index 58ebe5540f5..3389be67573 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2781,8 +2781,8 @@ DEFUN ("narrowing-lock", Fnarrowing_lock, Snarrowing_lock, 1, 1, 0, When restrictions are locked, `narrow-to-region' and `widen' can be used only within the limits of the restrictions that were current when -`narrowing-lock' was called, unless the lock is removed with -\(narrowing-unlock TAG). +`narrowing-lock' was called, unless the lock is removed by calling +`narrowing-unlock' with TAG. Locking restrictions should be used sparingly, after carefully considering the potential adverse effects on the code that will be