diff options
-rw-r--r-- | doc/emacs/package.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi index 51b86bb1471..bd11648e572 100644 --- a/doc/emacs/package.texi +++ b/doc/emacs/package.texi @@ -49,7 +49,7 @@ Manual}. * Package Statuses:: Which statuses a package can have. * Package Installation:: Options for package installation. * Package Files:: Where packages are installed. -* Package from Source:: Managing packages directly from source. +* Fetching Package Sources:: Managing packages directly from source. @end menu @node Package Menu @@ -532,8 +532,8 @@ corresponding package subdirectory. This only works for packages installed in @code{package-user-dir}; if told to act on a package in a system-wide package directory, the deletion command signals an error. -@node Package from Source -@section Package from Source +@node Fetching Package Sources +@section Fetching Package Sources @cindex package development source @cindex upstream source, for packages @cindex git source of package @c "git" is not technically correct |