diff options
author | Glenn Morris <rgm@gnu.org> | 2009-02-21 03:18:42 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-02-21 03:18:42 +0000 |
commit | ba32b5d2fc18e11fb8e65fbe1c04d721471074ad (patch) | |
tree | 03c324cc9d07b20e6f8285f62c9a06fc2e3a3f9f /lisp/apropos.el | |
parent | a8d4467bf84361b154adb68f864e233063982e5d (diff) | |
download | emacs-ba32b5d2fc18e11fb8e65fbe1c04d721471074ad.tar.gz |
Comment (reformat header).
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 375b19eebe7..8a2f5d789a8 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -1,10 +1,10 @@ ;;; apropos.el --- apropos commands for users and programmers -;; Copyright (C) 1989, 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, +;; 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Joe Wells <jbw@bigbird.bu.edu> -;; Rewritten: Daniel Pfeiffer <occitan@esperanto.org> +;; Daniel Pfeiffer <occitan@esperanto.org> (rewrite) ;; Keywords: help ;; This file is part of GNU Emacs. |