diff lisp/rect.el @ 2308:f287613dfc28

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 05:42:35 +0000
parents 6147d2164331
children e67f6d2679e3
line wrap: on
line diff
--- a/lisp/rect.el	Mon Mar 22 03:27:18 1993 +0000
+++ b/lisp/rect.el	Mon Mar 22 05:42:35 1993 +0000
@@ -21,6 +21,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 operations on rectangles that are ocumented
+;; in the Emacs manual.
+
 ;;; Code:
 
 (defun operate-on-rectangle (function start end coerce-tabs)