diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-02 10:43:55 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-02 10:43:55 +0000 |
commit | 7a3ee5100976338765985b433d862a225ca5ad52 (patch) | |
tree | 56dc2cf833792900d8d2795714db8822b9bc4b20 | |
parent | 63d1b174115fab57fdeb93f13785ada8f1bfeb1c (diff) | |
download | emacs-7a3ee5100976338765985b433d862a225ca5ad52.tar.gz |
(lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>.
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fefa0750ae9..bdf38006dcc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> + + * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. From Pavel + Jan,Bm(Bk <Pavel@Janik.cz>. + 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> * term/w32-win.el (x-colors): Add colors from the recent rgb.txt diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 8b0e4a38ae4..ae0d54dbb26 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -125,7 +125,7 @@ For example, you can write the 1st line synopsis string and headers like this in your Lisp package: - ;; @(#) package.el -- pacakge description + ;; @(#) package.el -- package description ;; ;; @(#) $Maintainer: Person Foo Bar $ |