diff --git a/core/prelude-core.el b/core/prelude-core.el index 3a3d16a..d0eec3d 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -402,7 +402,7 @@ Doesn't mess with special buffers." (defun prelude-update () "Update Prelude to its latest version." (interactive) - (when (y-or-n-p "Do you want to update Prelude?") + (when (y-or-n-p "Do you want to update Prelude? ") (message "Updating Prelude...") (cd prelude-dir) (shell-command "git pull")