* prog-mode.el: Comment fixes.

This commit is contained in:
Glenn Morris 2013-06-06 17:32:13 -04:00
parent 961166f506
commit c5de26b468

View file

@ -1,6 +1,6 @@
;;; prog-mode.el --- Generic major mode for programming -*- lexical-binding:t -*-
;;; prog-mode.el --- Generic major mode for programming -*- lexical-binding: t -*-
;; Copyright (C) Free Software Foundation, Inc.
;; Copyright (C) 2013 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
@ -115,5 +115,5 @@ Internally, `font-lock-add-keywords' is called."
(setq bidi-paragraph-direction 'left-to-right))
(provide 'prog-mode)
;; arch-tag: 6f3ded02-6cc9-11d8-b018-000a95e675a6
;;; prog-mode.el ends here