diff lisp/sort.el @ 2315:9e7ec92a4fdf

Added or corrected Commentary headers
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 16:53:22 +0000
parents 5bf3a379d7b5
children 09bba81c038f
line wrap: on
line diff
--- a/lisp/sort.el	Mon Mar 22 14:57:04 1993 +0000
+++ b/lisp/sort.el	Mon Mar 22 16:53:22 1993 +0000
@@ -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)