Mention the change of dotspacemacs-check-for-update in the documentation

Its default value was changed to nil in 9d72b12245.
This commit is contained in:
Fuqiao Xue 2017-05-17 09:46:34 +08:00 committed by Eivind Fonn
parent 3dde988212
commit 00db1e3d4b
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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]]