diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-09-15 21:57:19 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-09-15 21:57:19 +0100 |
commit | 50972b4b6b30626f88ddf03898c3c7c51a705981 (patch) | |
tree | f5d34fa6917f0833341f5add2193f41888ce350c | |
parent | 9b50b36efe5181f3b2b76136d8f121f098d83d72 (diff) | |
download | emacs-50972b4b6b30626f88ddf03898c3c7c51a705981.tar.gz emacs-50972b4b6b30626f88ddf03898c3c7c51a705981.tar.bz2 emacs-50972b4b6b30626f88ddf03898c3c7c51a705981.zip |
; * etc/NEWS: Fix typo.
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1208,7 +1208,7 @@ Thus, packages on nonGNU ELPA will appear by default in the list shown by 'list-packages'. --- -*** '/ s' ('package-menu-filter-by-status') changes parameter handling. +*** '/ s' ('package-menu-filter-by-status') changed parameter handling. The command was documented to take a comma-separated list of statuses to filter by, but instead it used the parameter as a regexp. The command has been changed so that it now works as documented, and |