Description: Tiny changes towards what I assume is the expected syntax
 (Found by try and error.)
Author: Axel Beckert <abe@debian.org>
Forwarded: no

--- a/contrib/tpp-mode.el
+++ b/contrib/tpp-mode.el
@@ -1,4 +1,4 @@
-;; tpp-mode.el - An Major mode for Emacs to editing TextPraesentionProgramm (tpp) - Files
+;;; tpp-mode.el --- An Major mode for Emacs to editing TextPraesentionProgramm (tpp) - Files
 
 ;; Filename: tpp-mode.el
 ;; Author:   Christian Dietrich <stettberger@gmx.de>
@@ -189,4 +189,4 @@
 ;; Hook ablaufen lassen
 (run-hooks 'tpp-mode-hook)
 )
-;; End of tpp-mode.el
\ No newline at end of file
+;;; tpp-mode.el ends here
