emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/improved-locked-narrowing 2342fb052b: ; * src/editfns.c (Fnarrow


From: Gregory Heytings
Subject: feature/improved-locked-narrowing 2342fb052b: ; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.
Date: Sun, 21 Aug 2022 16:42:52 -0400 (EDT)

branch: feature/improved-locked-narrowing
commit 2342fb052b276f8f5b0e00647a1150b3a9c51c66
Author: Gregory Heytings <gregory@heytings.org>
Commit: Gregory Heytings <gregory@heytings.org>

    ; * 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 58ebe5540f..3389be6757 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]