diff --git a/README.md b/README.md index cd2e3da..669647d 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ require("persisted").setup({ Of course, if you wish to manually save the session when autosaving is disabled, the `:SessionSave` command can be used. -> [!TIP] +> [!NOTE] > If `autosave = false` then the `should_autosave` callback will not be executed. ### Autoloading diff --git a/doc/persisted.nvim.txt b/doc/persisted.nvim.txt index 84c5d4d..9558bb9 100644 --- a/doc/persisted.nvim.txt +++ b/doc/persisted.nvim.txt @@ -238,7 +238,7 @@ Of course, if you wish to manually save the session when autosaving is disabled, the `:SessionSave` command can be used. - [!TIP] If `autosave = false` then the `should_autosave` callback will not be + [!NOTE] If `autosave = false` then the `should_autosave` callback will not be executed. AUTOLOADING ~