mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(sort-subr): Add autoload.
This commit is contained in:
parent
5907b8633f
commit
32033024d7
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
(defvar sort-fold-case nil
|
||||
"*Non-nil if the buffer sort functions should ignore case.")
|
||||
|
||||
;;;###autoload
|
||||
(defun sort-subr (reverse nextrecfun endrecfun &optional startkeyfun endkeyfun)
|
||||
"General text sorting routine to divide buffer into records and sort them.
|
||||
Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue