diff --git a/core/modules/book/book.module b/core/modules/book/book.module
index 356f68b..2c6e26d 100644
--- a/core/modules/book/book.module
+++ b/core/modules/book/book.module
@@ -32,7 +32,7 @@ function book_help($route_name, RouteMatchInterface $route_match) {
       $output .= '<h3>' . t('Uses') . '</h3>';
       $output .= '<dl>';
       $output .= '<dt>' . t('Adding and managing book content') . '</dt>';
-      $output .= '<dd>' . t('You can assign separate permissions for <em>creating new books</em> as well as <em>creating</em>, <em>editing</em> and <em>deleting</em> book content. Users with the <em>Administer book outlines</em> permission can add <em>any</em> type of content to a book by selecting the appropriate book outline while editing the content. They can also view a list of all books, and edit and rearrange section titles on the <a href="!admin-book">Book administration page</a>.', array('!admin-book' => \Drupal::url('book.admin'))) . '</dd>';
+      $output .= '<dd>' . t('Books have a hierarchical structure, called a ‘book outline’. Each book outline can have nested pages up to nine levels deep. Multiple content types can be configured to behave as a book outline. From the node edit form it is possible to add a page to a book outline or create a new book.') . '</dd>';
       $output .= '<dt>' . t('Book navigation') . '</dt>';
       $output .= '<dd>' . t("Book pages have a default book-specific navigation block. This navigation block contains links that lead to the previous and next pages in the book, and to the level above the current page in the book's structure. This block can be enabled on the <a href='!admin-block'>Blocks administration page</a>. For book pages to show up in the book navigation, they must be added to a book outline.", array('!admin-block' => \Drupal::url('block.admin_display'))) . '</dd>';
       $output .= '<dt>' . t('Collaboration') . '</dt>';
