From 00db1e3d4b0b779c3b30aa1e53b9e8250053f5b4 Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Wed, 17 May 2017 09:46:34 +0800 Subject: [PATCH] Mention the change of dotspacemacs-check-for-update in the documentation Its default value was changed to nil in 9d72b122459a45edc81511522f72c7ba58488e50. --- core/core-release-management.el | 2 +- doc/DOCUMENTATION.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-release-management.el b/core/core-release-management.el index db7728f79..cfe2aaa89 100644 --- a/core/core-release-management.el +++ b/core/core-release-management.el @@ -84,7 +84,7 @@ users on `develop' branch must manually pull last commits instead." (t (message "Update aborted."))))) (defun spacemacs/check-for-new-version (force &optional interval) - "Periodicly check for new for new Spacemacs version. + "Periodically check for new for new Spacemacs version. Update `spacemacs-new-version' variable if any new version has been found." (interactive "P") diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 2a0a02067..c0e7e1ec1 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -286,7 +286,7 @@ There are several methods of updating the core files and layer information for Spacemacs. It is recommended to update the packages first; see the next section. *** Automatic Updates -Spacemacs will automatically check for a new version every startup. When it +Spacemacs will automatically check for a new version periodically. When it detects that a new version is available an arrow will appear in the modeline. Click it to update Spacemacs. You must restart Emacs after updating. [[file:img/powerline-update.png]]