]> git.eshelyaron.com Git - emacs.git/commit
Minor improvements to locked narrowing.
authorGregory Heytings <gregory@heytings.org>
Sun, 21 Aug 2022 21:25:32 +0000 (21:25 +0000)
committerGregory Heytings <gregory@heytings.org>
Sun, 21 Aug 2022 21:26:14 +0000 (23:26 +0200)
commitea8e0f67bbb6eccf4c860348589d5d3abf8ade84
tree0b3f3698379ef06f8779872fe7b48d0a7a787865
parent2342fb052b276f8f5b0e00647a1150b3a9c51c66
Minor improvements to locked narrowing.

* lisp/subr.el (with-locked-narrowing): Add 'save-restriction' around
the macro body.  Update docstring.

* src/editfns.c (Fwiden, Fnarrowing_lock): Docstring improvements.
lisp/subr.el
src/editfns.c