]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of exiting recursive editing
authorMiha Rihtaršič <miha@kamnitnik.top>
Mon, 20 Sep 2021 06:00:08 +0000 (08:00 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Sep 2021 06:00:08 +0000 (08:00 +0200)
commit469b15f27c6527de83979312b1a5c905e364cb8d
treedab058c9d07501bd65f10b9365c7616e1faffc95
parent31ba9bbf6c2d0a265c77de1c068400b750ecf34b
Improve documentation of exiting recursive editing

* doc/lispref/commands.texi (Recursive Editing): Mention what happens
when throwing a string or any other value to 'exit.
* src/keyboard.c (Frecursive_edit): Document throwing a function
to 'exit (bug#49700).
doc/lispref/commands.texi
src/keyboard.c