emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a7557f2483 1/2: ; * lisp/emacs-lisp/shortdoc.el (buffer): Improve


From: Stefan Kangas
Subject: master a7557f2483 1/2: ; * lisp/emacs-lisp/shortdoc.el (buffer): Improve sorting.
Date: Mon, 22 Aug 2022 09:10:14 -0400 (EDT)

branch: master
commit a7557f24831fa77d65573d5924d133387e0af590
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * 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 8a8ab9bf54..990dabe351 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]