diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-12-09 16:50:13 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-12-09 16:50:13 +0200 |
commit | f626b9f385686affd174f267713b9dfafdea9e08 (patch) | |
tree | 501ec700baa357087150e39ce1e4fb09c2ddd966 | |
parent | 56a6712bd6f6ea63095f9abe2777070cd569f941 (diff) | |
download | emacs-f626b9f385686affd174f267713b9dfafdea9e08.tar.gz emacs-f626b9f385686affd174f267713b9dfafdea9e08.tar.bz2 emacs-f626b9f385686affd174f267713b9dfafdea9e08.zip |
; * doc/misc/use-package.texi: Fix indexing.
-rw-r--r-- | doc/misc/use-package.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index 53abd4519d3..daf27ec5bbc 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi @@ -838,7 +838,6 @@ startup time will not suffer one bit. @node Key bindings @section Key bindings -@cindex :bind @cindex binding keys for package commands @cindex key bindings for package commands One common thing to do when loading a package is to bind keys to @@ -1661,7 +1660,7 @@ from the special @samp{manual} archive). @section Non-standard package managers @cindex non-standard package managers @cindex package managers, other than @file{package.el} -@cindex installing packages using non-standard package managers +@cindex installing using non-standard package managers By default, use-package assumes that you are using the Emacs built-in @file{package.el} package manager. We expect that most users will |