]> git.eshelyaron.com Git - emacs.git/commit
Rename with/without-narrowing to with/without-restriction
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Feb 2023 18:11:28 +0000 (20:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Feb 2023 18:11:28 +0000 (20:11 +0200)
commit3d572ae0d507bba07f3cfc5ae2d2c7dd4937472c
treeddff8ab3f26f07bcb3694a7a5493871a9410ca85
parentdd8b720ee74e72359eb174aa5a27ab1770a349bd
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.
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