1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-11 00:30:17 -08:00

Minor grammatical nit

This commit is contained in:
John Wiegley 2012-06-17 09:18:47 -05:00
parent 334f6e085e
commit 80b010a748

View file

@ -219,7 +219,7 @@
;; load el-get when it's time to install or update on of my used packages. ;; load el-get when it's time to install or update on of my used packages.
;; ;;
;; Here is the `use-package' declaration I use for setting up el-get, but only ;; Here is the `use-package' declaration I use for setting up el-get, but only
;; when I want to install or update. ;; when I want to install or update:
;; ;;
;; (defvar el-get-sources nil) ;; (defvar el-get-sources nil)
;; ;;