diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-09 21:49:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-09 21:49:29 +0000 |
commit | 5e18d6323651d57719001b2b54e8209a6d8f0044 (patch) | |
tree | 5da48dfc4645091c13983775057dae4509d6eb58 /lisp/emacs-lisp/lisp-mnt.el | |
parent | 179e152a26913bcb990dbdccc0bf7ff9c95563d2 (diff) | |
download | emacs-5e18d6323651d57719001b2b54e8209a6d8f0044.tar.gz |
Tweak previous change.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 62a0f3216fe..03d85f5c2d5 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -481,7 +481,7 @@ copyright notice is allowed." (concat "^;;;[ \t]+" name "[ \t]+ends here[ \t]*$" "\\|^;;;[ \t]+ End of file[ \t]+" name) nil t))) - (format "Can't find a footer line")) + (format "Can't find the footer line")) ((not (and (lm-copyright-mark) (lm-crack-copyright))) "Can't find a valid copyright notice") ((not (or non-fsf-ok |