From cf78710ff82542ac21d5aad75d2249737519daf1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 31 Mar 2022 21:17:46 +0530 Subject: [PATCH] ... --- manual/edit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/edit.rst b/manual/edit.rst index 0a7eaf825b..3f5884e605 100644 --- a/manual/edit.rst +++ b/manual/edit.rst @@ -49,7 +49,7 @@ you created the checkpoint. To create a checkpoint, use :guilabel:`Edit->Create checkpoint`. Checkpoints will also be automatically created for you whenever you run any automated tool like global search and replace. The checkpointing functionality is in addition to the normal undo/redo mechanism when editing -individual files. Checkpoints are useful for when changes are spread over +individual files. Checkpoints are needed for when changes are spread over multiple files in the book. That is the basic work flow for editing books -- Open a file, make changes, @@ -517,7 +517,7 @@ You can create a checkpoint via :guilabel:`Edit->Create checkpoint`. And go back to a previous checkpoint with :guilabel:`Edit->Revert to ...` The check pointing functionality is in addition to the normal Undo/redo -mechanism when editing individual files. Checkpoints are particularly useful +mechanism when editing individual files. Checkpoints are needed for when changes are spread over multiple files in the book or when you wish to be able to revert a large group of related changes as a whole.