From 876619c93ba366b5ee8762be6ca14e9fe7884ee5 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 20 Oct 2012 19:19:14 +0900 Subject: [PATCH] fix make --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))