diff options
| author | Pieter van Oostrum | 2020-03-03 16:27:21 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2020-03-13 11:50:33 +0200 |
| commit | caed6876267e0370941a5286e78bd7b63c6c3f47 (patch) | |
| tree | ddeeeb5c50fdc0bb4fe3845ac59f6948f5ac9003 | |
| parent | 402b175f358c948b5207924fd2f48c4666ca1c0a (diff) | |
| download | emacs-caed6876267e0370941a5286e78bd7b63c6c3f47.tar.gz emacs-caed6876267e0370941a5286e78bd7b63c6c3f47.zip | |
* lisp/emacs-lisp/package.el (package-menu--generate): Fix doc string.
Add REMEMBER-POS to docstring (bug#39861).
| -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." | |||
| 3042 | 3042 | ||
| 3043 | (defun package-menu--generate (remember-pos &optional packages keywords) | 3043 | (defun package-menu--generate (remember-pos &optional packages keywords) |
| 3044 | "Populate and display the Package Menu. | 3044 | "Populate and display the Package Menu. |
| 3045 | If REMEMBER-POS is non-nil, keep point on the same entry. | ||
| 3045 | PACKAGES should be t, which means to display all known packages, | 3046 | PACKAGES should be t, which means to display all known packages, |
| 3046 | or a list of package names (symbols) to display. | 3047 | or a list of package names (symbols) to display. |
| 3047 | 3048 | ||