summaryrefslogtreecommitdiff
path: root/lisp/sort.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
commitd9ecc911ffc5f2d961a8c96129bafbb8d16a17f7 (patch)
tree4a2047cd2e40b4519db2e107ac9a80fd67e1bee8 /lisp/sort.el
parent709f7988d203ebbd052805a183d943cd8dd6867d (diff)
downloademacs-d9ecc911ffc5f2d961a8c96129bafbb8d16a17f7.tar.gz
Added or corrected Commentary headers
Diffstat (limited to 'lisp/sort.el')
-rw-r--r--lisp/sort.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/sort.el b/lisp/sort.el
index 8c3285e144a..0ee90121ae0 100644
--- a/lisp/sort.el
+++ b/lisp/sort.el
@@ -22,6 +22,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; Commentary:
+
+;;; This package provides the sorting facilities documented in the Emacs
+;;; user's manual.
+
;;; Code:
(defun sort-subr (reverse nextrecfun endrecfun &optional startkeyfun endkeyfun)