Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaccarmac committed Aug 12, 2015
1 parent facc6e8 commit 9c2864c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quse-package.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Jacob MacDonald <[email protected]>.
;; Created: 18 December 2014.
;; Version: 2.1.0
;; Version: 2.1.1
;; Keywords: extensions lisp
;; Homepage: github.com/jaccarmac/quse-package
;; Package-Requires: ((quelpa "0") (use-package "0"))
Expand Down
8 changes: 6 additions & 2 deletions quse-package.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ it and it is published here.
The syntax of =quse-package= is virtually identical to that of
=use-package=. The significant difference is that instead of looking for the
specified package name locally it will build it using =quelpa= and can thus
accept a package recipe in the same format that the =quelpa= function accepts.
accept a package recipe in the same format that the =quelpa= function
accepts. In addition, if the first parameter after the package name is the
keyword =:upgrade=, =quse-package= will treat that parameter and the one
succeeding it as part of the =quelpa= call. See the =quelpa= documentation for
details on how =:upgrade= works.

Without further ado, the macro itself.

Expand All @@ -67,7 +71,7 @@ Without further ado, the macro itself.

;; Author: Jacob MacDonald <[email protected]>.
;; Created: 18 December 2014.
;; Version: 2.1.0
;; Version: 2.1.1
;; Keywords: extensions lisp
;; Homepage: github.com/jaccarmac/quse-package
;; Package-Requires: ((quelpa "0") (use-package "0"))
Expand Down

0 comments on commit 9c2864c

Please sign in to comment.