diff options
-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. |