aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-02 10:43:55 +0000
committerEli Zaretskii2001-07-02 10:43:55 +0000
commit7a3ee5100976338765985b433d862a225ca5ad52 (patch)
tree56dc2cf833792900d8d2795714db8822b9bc4b20
parent63d1b174115fab57fdeb93f13785ada8f1bfeb1c (diff)
downloademacs-7a3ee5100976338765985b433d862a225ca5ad52.tar.gz
emacs-7a3ee5100976338765985b433d862a225ca5ad52.zip
(lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el2
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 @@
12001-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
12001-06-29 Eli Zaretskii <eliz@is.elta.co.il> 62001-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 @@
125For example, you can write the 1st line synopsis string and headers like this 125For example, you can write the 1st line synopsis string and headers like this
126in your Lisp package: 126in 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