From a7557f24831fa77d65573d5924d133387e0af590 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 21 Aug 2022 18:21:46 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/shortdoc.el (buffer): Improve sorting. --- lisp/emacs-lisp/shortdoc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el index 8a8ab9bf54e..990dabe351a 100644 --- a/lisp/emacs-lisp/shortdoc.el +++ b/lisp/emacs-lisp/shortdoc.el @@ -941,10 +941,10 @@ A FUNC form can have any number of `:no-eval' (or `:no-value'), :eval (point-min)) (point-max :eval (point-max)) - (pos-eol - :eval (pos-eol)) (pos-bol :eval (pos-bol)) + (pos-eol + :eval (pos-eol)) (bolp :eval (bolp)) (eolp -- 2.39.5