From debf2c23f33d801479b68eb550faeaee813ead27 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 17 Jun 2012 09:41:34 -0500 Subject: [PATCH] Fixed a typo --- lisp/use-package/use-package.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 0d9d26ef45f..691287c8aea 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -50,8 +50,8 @@ ;; (setq foo-variable t) ;; (foo-mode 1))) ;; -;; A very command thing to do when loading a module is to bind a key to -;; primary commands within that module: +;; A very common thing to do when loading a module is to bind a key to primary +;; commands within that module: ;; ;; (use-package ace-jump-mode ;; :bind ("C-." . ace-jump-mode)) -- 2.39.2