diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-05-01 09:45:59 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-05-01 09:45:59 +0000 |
commit | dcb90b5fecba0d1efe3b6c458d30ba5894b2ab9a (patch) | |
tree | 025605402869c42265281413ee53122cf0772256 /lisp/descr-text.el | |
parent | 150998ec58b13e78a0445b382b87790c713fdfb9 (diff) | |
download | emacs-dcb90b5fecba0d1efe3b6c458d30ba5894b2ab9a.tar.gz |
Follow coding conventions.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 3338b9bb5b9..72a3009ebd3 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -1,4 +1,4 @@ -;;; facemenu.el --- create a face menu for interactively adding fonts to text +;;; descr-text.el --- describe text mode ;; Copyright (c) 1994, 1995, 1996, 2001, 2002 Free Software Foundation, Inc. |