From: John Wiegley Date: Sun, 17 Jun 2012 14:41:34 +0000 (-0500) Subject: Fixed a typo X-Git-Tag: emacs-29.0.90~1306^2~15^2~480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=debf2c23f3;p=emacs.git Fixed a typo --- 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))