aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/searching.texi8
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
1806Move back to the previous place that a question was asked about. 1806Move back to the previous place that a question was asked about.
1807 1807
1808@item undo
1809Undo last replacement and move back to the place where that
1810replacement was performed.
1811
1812@item undo-all
1813Undo all replacements and move back to the place where the first
1814replacement was performed.
1815
1808@item edit 1816@item edit
1809Enter a recursive edit to deal with this question---instead of any 1817Enter a recursive edit to deal with this question---instead of any
1810other action that would normally be taken. 1818other action that would normally be taken.