diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/descr-text.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb59386e0c0..dd0ed80e435 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-01-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * descr-text.el: Add more keywords. | ||
| 4 | |||
| 1 | 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * speedbar.el: Avoid unnecessary use of locate-library. | 7 | * speedbar.el: Avoid unnecessary use of locate-library. |
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 726d3e6e5d8..514958484b2 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; descr-text.el --- describe text mode | 1 | ;;; descr-text.el --- describe text mode |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1994, 1995, 1996, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (c) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boris Goldowsky <boris@gnu.org> | 6 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 7 | ;; Keywords: faces | 7 | ;; Keywords: faces, i18n, Unicode, multilingual |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||