From: Pieter van Oostrum Date: Tue, 3 Mar 2020 15:27:21 +0000 (+0100) Subject: * lisp/emacs-lisp/package.el (package-menu--generate): Fix doc string. X-Git-Tag: emacs-28.0.90~7763^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caed6876267e0370941a5286e78bd7b63c6c3f47;p=emacs.git * lisp/emacs-lisp/package.el (package-menu--generate): Fix doc string. Add REMEMBER-POS to docstring (bug#39861). --- diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 43eb038a865..6d6b31f1f38 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -3042,6 +3042,7 @@ column in the header line." (defun package-menu--generate (remember-pos &optional packages keywords) "Populate and display the Package Menu. +If REMEMBER-POS is non-nil, keep point on the same entry. PACKAGES should be t, which means to display all known packages, or a list of package names (symbols) to display.