]> git.eshelyaron.com Git - emacs.git/commit
Improve the documentation of marker handling when reverting
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Dec 2020 11:20:38 +0000 (12:20 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Dec 2020 11:20:43 +0000 (12:20 +0100)
commitb41942fac93b3a817a7b7848c2bd05ee15a4f6f2
tree849d61fedfdee94771f0548121353ff04094c2b0
parent61b6cc401a9adf7f718c1c9c4350181ecd413f1c
Improve the documentation of marker handling when reverting

* doc/lispref/backups.texi (Reverting): Mention markers from
non-file sources (bug#30028).

* lisp/files.el (revert-buffer): Mention what happens with markers
(bug#30028).

* src/fileio.c (Finsert_file_contents): Say a bit more about what
markers are restored (bug#30028).
doc/lispref/backups.texi
lisp/files.el
src/fileio.c