diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-10 23:30:27 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-10 23:30:27 +0000 |
commit | 4aebd88f591875d1ce294ca666c05b7ce8f80db1 (patch) | |
tree | 09a1cbe65c425cc4e54c68380fcfefedef00a5ab | |
parent | 11ad1e4206ebdd47a74524ae8b9df02cbed559f4 (diff) | |
download | emacs-4aebd88f591875d1ce294ca666c05b7ce8f80db1.tar.gz |
Comment (add Author:, based on authors.el).
-rw-r--r-- | lisp/ehelp.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index 83100c150c1..3d8953f1590 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -1,8 +1,10 @@ ;;; ehelp.el --- bindings for electric-help mode -;; Copyright (C) 1986, 1995, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; Author: Richard Mlynarik +;; (according to ack.texi and authors.el) ;; Maintainer: FSF ;; Keywords: help, extensions |