diff options
author | Gregory Heytings <gregory@heytings.org> | 2022-08-21 20:41:02 +0000 |
---|---|---|
committer | Gregory Heytings <gregory@heytings.org> | 2022-08-21 22:42:35 +0200 |
commit | 2342fb052b276f8f5b0e00647a1150b3a9c51c66 (patch) | |
tree | 79050d47465c0538e4e9a6283cd045e14c3982f8 /src/editfns.c | |
parent | 890d6c15a752b6b12dc639a43277466852aa8470 (diff) | |
download | emacs-2342fb052b276f8f5b0e00647a1150b3a9c51c66.tar.gz emacs-2342fb052b276f8f5b0e00647a1150b3a9c51c66.tar.bz2 emacs-2342fb052b276f8f5b0e00647a1150b3a9c51c66.zip |
; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 4 |
1 files 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 |