From caed6876267e0370941a5286e78bd7b63c6c3f47 Mon Sep 17 00:00:00 2001 From: Pieter van Oostrum Date: Tue, 3 Mar 2020 16:27:21 +0100 Subject: [PATCH] * lisp/emacs-lisp/package.el (package-menu--generate): Fix doc string. Add REMEMBER-POS to docstring (bug#39861). --- lisp/emacs-lisp/package.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2