; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.
authorGregory Heytings <gregory@heytings.org>
Sun, 21 Aug 2022 20:41:02 +0000 (20:41 +0000)
committerGregory Heytings <gregory@heytings.org>
Sun, 21 Aug 2022 20:42:35 +0000 (22:42 +0200)
src/editfns.c

index 58ebe5540f585155999b878b9173624dde03d705..3389be67573f4759222054dfdfa3cbd47318619b 100644 (file)
@@ -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