From: John Wiegley Date: Mon, 18 Feb 2013 23:52:58 +0000 (-0600) Subject: Corrected a typo X-Git-Tag: emacs-29.0.90~1306^2~15^2~460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1758c5faeacb1b342b409ccdeaac20fde11e359b;p=emacs.git Corrected a typo --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 17f2cc97fb6..8a26e6b9b4e 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -76,7 +76,7 @@ ;; would succeed either way. ;; ;; Similar to `:bind', you can use `:mode' and `:interpreter' to establish a -;; deferred binding within `auto-mode-alist' and `auto-interpreter-alist'. +;; deferred binding within `auto-mode-alist' and `interpreter-mode-alist'. ;; The specifier to either keyword can be a single cons or a list: ;; ;; (use-package python-mode @@ -398,7 +398,7 @@ For full documentation. please see commentary. commands. :commands Define autoloads for given commands. :mode Form to be added to `auto-mode-alist'. -:interpreter Form to be added to `auto-interpreter-alist'. +:interpreter Form to be added to `interpreter-mode-alist'. :defer Defer loading of package -- automatic if :commands, :bind, :mode or :interpreter are used. :config Runs if and when package loads.