diff lisp/hippie-exp.el @ 2230:6314334d7c2b

Add standard library headers.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 17 Mar 1993 15:58:09 +0000
parents d7e9186edefa
children fb0ed5a1d0f3
line wrap: on
line diff
--- a/lisp/hippie-exp.el	Wed Mar 17 15:20:58 1993 +0000
+++ b/lisp/hippie-exp.el	Wed Mar 17 15:58:09 1993 +0000
@@ -1,4 +1,8 @@
-;; Expand a word trying various ways to find its expansion.
+;;; hippie.el --- expand a word trying various ways to find its expansion.
+
+;; Author: Anders Holst <aho@sans.kth.se>
+;; Keywords: extensions
+
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GNU Emacs.
@@ -17,12 +21,9 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 ;; 
-;;  Author: Anders Holst (aho@sans.kth.se)
-;;
 ;;  Last change: 4 January 1993
 
-;;  
-;;  DESCRIPTION
+;; Commentary:
 ;;  
 ;;  `hippie-expand' is a single function for a lot of different kinds
 ;;  of completions and expansions.  Called repeatedly it tries all
@@ -124,6 +125,7 @@
 ;;  how to improve it.
 ;;
 
+;; Code:
 
 (defvar he-num -1)
 
@@ -672,3 +674,4 @@
       (skip-chars-forward "-_.")
       (point))))
 
+;;; hippie.el ends here