From: John Wiegley Date: Sun, 17 Jun 2012 14:41:34 +0000 (-0500) Subject: Fixed a typo X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1745^2~15^2~480 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=debf2c23f33d801479b68eb550faeaee813ead27;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))