aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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