diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-02-13 20:11:28 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-02-13 20:11:28 +0200 |
commit | 3d572ae0d507bba07f3cfc5ae2d2c7dd4937472c (patch) | |
tree | ddff8ab3f26f07bcb3694a7a5493871a9410ca85 /doc/lispref/commands.texi | |
parent | dd8b720ee74e72359eb174aa5a27ab1770a349bd (diff) | |
download | emacs-3d572ae0d507bba07f3cfc5ae2d2c7dd4937472c.tar.gz emacs-3d572ae0d507bba07f3cfc5ae2d2c7dd4937472c.tar.bz2 emacs-3d572ae0d507bba07f3cfc5ae2d2c7dd4937472c.zip |
Rename with/without-narrowing to with/without-restriction
* doc/lispref/commands.texi:
* doc/lispref/display.texi:
* doc/lispref/positions.texi:
* etc/NEWS:
* lisp/subr.el:
* src/buffer.c:
* src/editfns.c:
* src/keyboard.c:
* src/xdisp.c:
* test/src/buffer-tests.el: Rename with-narrowing and
without-narrowing to with-restriction and without-restriction.
Likewise with internal--with-narrowing and
internal--without-narrowing. All callers and documentation
changed.
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r-- | doc/lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 9723c279a45..6fd9377e1de 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -100,7 +100,7 @@ emacs, The GNU Emacs Manual}) runs these two hooks just as a keyboard command does. Note that, when the buffer text includes very long lines, these two -hooks are called as if they were in a @code{with-narrowing} form +hooks are called as if they were in a @code{with-restriction} form (@pxref{Narrowing}), with a @code{long-line-optimizations-in-command-hooks} label and with the buffer narrowed to a portion around point. |