mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 14:01:43 -08:00
Backport: Fix name of gnus-summary-sort-by-mark(s)
* lisp/gnus/gnus-sum.el (gnus-summary-sort-by-marks): Needs the
"s", according to docs and keymap both. (bug#35765)
(cherry picked from commit 13248f7444)
This commit is contained in:
parent
5d24af87c1
commit
7ce4b35ac4
1 changed files with 1 additions and 1 deletions
|
|
@ -11963,7 +11963,7 @@ Argument REVERSE means reverse order."
|
|||
(interactive "P")
|
||||
(gnus-summary-sort 'chars reverse))
|
||||
|
||||
(defun gnus-summary-sort-by-mark (&optional reverse)
|
||||
(defun gnus-summary-sort-by-marks (&optional reverse)
|
||||
"Sort the summary buffer by article marks.
|
||||
Argument REVERSE means reverse order."
|
||||
(interactive "P")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue