diff options
author | Pieter van Oostrum <pieter@vanoostrum.org> | 2020-03-03 16:27:21 +0100 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-03-13 11:50:33 +0200 |
commit | caed6876267e0370941a5286e78bd7b63c6c3f47 (patch) | |
tree | ddeeeb5c50fdc0bb4fe3845ac59f6948f5ac9003 /lisp/emacs-lisp | |
parent | 402b175f358c948b5207924fd2f48c4666ca1c0a (diff) | |
download | emacs-caed6876267e0370941a5286e78bd7b63c6c3f47.tar.gz emacs-caed6876267e0370941a5286e78bd7b63c6c3f47.tar.bz2 emacs-caed6876267e0370941a5286e78bd7b63c6c3f47.zip |
* lisp/emacs-lisp/package.el (package-menu--generate): Fix doc string.
Add REMEMBER-POS to docstring (bug#39861).
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |