Add missing whitespace

This commit is contained in:
Bozhidar Batsov 2013-05-23 11:29:22 +03:00
parent 3e3d022b89
commit 7aa0164bfb

View file

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