diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 16:53:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 16:53:22 +0000 |
commit | d9ecc911ffc5f2d961a8c96129bafbb8d16a17f7 (patch) | |
tree | 4a2047cd2e40b4519db2e107ac9a80fd67e1bee8 /lisp/reposition.el | |
parent | 709f7988d203ebbd052805a183d943cd8dd6867d (diff) | |
download | emacs-d9ecc911ffc5f2d961a8c96129bafbb8d16a17f7.tar.gz |
Added or corrected Commentary headers
Diffstat (limited to 'lisp/reposition.el')
-rw-r--r-- | lisp/reposition.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el index 9839c9afb69..d981eefec5e 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1991 Free Software Foundation, Inc. ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> +;; Created: Jan 1991 ;; Maintainer: FSF ;; This file is part of GNU Emacs. @@ -23,8 +24,6 @@ ;;; Commentary: -;;; Written by Michael D. Ernst, mernst@theory.lcs.mit.edu, Jan 1991. - ;;; Reposition-window makes an entire function definition or comment visible, ;;; or, if it is already visible, places it at the top of the window; ;;; additional invocations toggle the visibility of comments preceding the |