diff lisp/simple.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 1380ea427dee
children cd01176e9dc5
line wrap: on
line diff
--- a/lisp/simple.el	Mon Mar 22 14:57:04 1993 +0000
+++ b/lisp/simple.el	Mon Mar 22 16:53:22 1993 +0000
@@ -18,6 +18,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:
+
+;; A grab-bag of basic Emacs commands not specifically related to some
+;; major mode or to file-handling.
+
 ;;; Code:
 
 (defun open-line (arg)