mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
Corrected a typo
This commit is contained in:
parent
d718c0cefa
commit
1758c5faea
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue