; * lisp/emacs-lisp/shortdoc.el (buffer): Improve sorting.
This commit is contained in:
parent
9681ebf125
commit
a7557f2483
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue