diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/searching.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 1243d720bc3..644716a95c7 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -1805,6 +1805,14 @@ Answer this question and all subsequent questions in the series with | |||
| 1805 | @item backup | 1805 | @item backup |
| 1806 | Move back to the previous place that a question was asked about. | 1806 | Move back to the previous place that a question was asked about. |
| 1807 | 1807 | ||
| 1808 | @item undo | ||
| 1809 | Undo last replacement and move back to the place where that | ||
| 1810 | replacement was performed. | ||
| 1811 | |||
| 1812 | @item undo-all | ||
| 1813 | Undo all replacements and move back to the place where the first | ||
| 1814 | replacement was performed. | ||
| 1815 | |||
| 1808 | @item edit | 1816 | @item edit |
| 1809 | Enter a recursive edit to deal with this question---instead of any | 1817 | Enter a recursive edit to deal with this question---instead of any |
| 1810 | other action that would normally be taken. | 1818 | other action that would normally be taken. |