diff --git a/emacs.el b/emacs.el index e8caba8..8170cdc 100644 --- a/emacs.el +++ b/emacs.el @@ -612,7 +612,7 @@ otherwise the path where the library installed." (require 'read-only-only-mode nil t)) (defun make () - "Run \"make -k \" in current directory." + "Run \"make -k\" in current directory." (interactive) (compile "make -k"))