From 2342fb052b276f8f5b0e00647a1150b3a9c51c66 Mon Sep 17 00:00:00 2001 From: Gregory Heytings Date: Sun, 21 Aug 2022 20:41:02 +0000 Subject: [PATCH] ; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement. --- src/editfns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5