projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea35b2
)
Fixed a typo
author
John Wiegley
<johnw@newartisans.com>
Sun, 17 Jun 2012 14:41:34 +0000
(09:41 -0500)
committer
John Wiegley
<johnw@newartisans.com>
Sun, 17 Jun 2012 14:41:34 +0000
(09:41 -0500)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 0d9d26ef45fafe005784f49e1a39298849a2be33..691287c8aeaa49bf356dd8995e131d3bde8b0048 100644
(file)
--- 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 comm
and thing to do when loading a module is to bind a key to
-;;
primary
commands within that module:
+;; A very comm
on 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))