diff --git a/README.org b/README.org index a178e70..78a644d 100644 --- a/README.org +++ b/README.org @@ -376,14 +376,12 @@ The code in listing [[lst:install-selected-packages]] assumes that the package system is in a *virgin* state if the package [[https://github.com/emacscollective/no-littering][no-littering]] is not present: 1. It installs and loads [[https://github.com/emacscollective/no-littering][no-littering]] after ensuring refreshing of the contents of available packages. -2. It upgrades the build in Org package. -3. It calls src_emacs-lisp{(package-install-selected-packages)} to check the +2. It calls src_emacs-lisp{(package-install-selected-packages)} to check the installation status of all packages in src_emacs-lisp{package-selected-packages} and to install the missing packages after the user has agreed to its prompt. -4. It defines a function to ensure the installation of packages in other source - blocks. This allows skipping installation in sections with a =:noexport:= - tag by disallowing tangling. +3. It defines a function to ensure the installation of packages in other source + blocks. In case of normal Emacs usage, src_emacs-lisp{(package-list-packages)} refreshes the contents of packages and allows to update packages to the latest version.