projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
402b175
)
* lisp/emacs-lisp/package.el (package-menu--generate): Fix doc string.
author
Pieter van Oostrum
<pieter@vanoostrum.org>
Tue, 3 Mar 2020 15:27:21 +0000
(16:27 +0100)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 13 Mar 2020 09:50:33 +0000
(11:50 +0200)
Add REMEMBER-POS to docstring (bug#39861).
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 43eb038a865c288d5bc539547b1f04d1d67fa75a..6d6b31f1f38645f644b677bc18bfe6591dda23f5 100644
(file)
--- 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.