diff options
| author | Eli Zaretskii | 2001-07-02 10:43:55 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-07-02 10:43:55 +0000 |
| commit | 7a3ee5100976338765985b433d862a225ca5ad52 (patch) | |
| tree | 56dc2cf833792900d8d2795714db8822b9bc4b20 | |
| parent | 63d1b174115fab57fdeb93f13785ada8f1bfeb1c (diff) | |
| download | emacs-7a3ee5100976338765985b433d862a225ca5ad52.tar.gz emacs-7a3ee5100976338765985b433d862a225ca5ad52.zip | |
(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 @@ | |||
| 1 | 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. From Pavel | ||
| 4 | Jan,Bm(Bk <Pavel@Janik.cz>. | ||
| 5 | |||
| 1 | 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * term/w32-win.el (x-colors): Add colors from the recent rgb.txt | 8 | * 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 @@ | |||
| 125 | For example, you can write the 1st line synopsis string and headers like this | 125 | For example, you can write the 1st line synopsis string and headers like this |
| 126 | in your Lisp package: | 126 | in your Lisp package: |
| 127 | 127 | ||
| 128 | ;; @(#) package.el -- pacakge description | 128 | ;; @(#) package.el -- package description |
| 129 | ;; | 129 | ;; |
| 130 | ;; @(#) $Maintainer: Person Foo Bar $ | 130 | ;; @(#) $Maintainer: Person Foo Bar $ |
| 131 | 131 | ||