summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-04-19 22:55:03 -0400
committerKyle Meyer <kyle@kyleam.com>2021-04-19 22:55:03 -0400
commitca7219db7c16dd3cc5332b07b8a5c539fa8ef34d (patch)
treec0aebd9a19b6aff366a0d48756d4498fdd78d660
parent3d528432695bd536ca90372ac016a4e6cf85e04c (diff)
parente3f0ac7348c92c6ac01fa6b9f7b6ef5252746310 (diff)
downloadorg-mode-ca7219db7c16dd3cc5332b07b8a5c539fa8ef34d.tar.gz
Merge branch 'km/from-emacs-master'
-rw-r--r--lisp/ob-hledger.el2
-rw-r--r--lisp/ob-mscgen.el4
-rw-r--r--lisp/ol-eshell.el2
-rw-r--r--lisp/org-ctags.el4
-rw-r--r--lisp/ox-man.el2
5 files changed, 7 insertions, 7 deletions
diff --git a/lisp/ob-hledger.el b/lisp/ob-hledger.el
index 3d2f46c..48dcb8c 100644
--- a/lisp/ob-hledger.el
+++ b/lisp/ob-hledger.el
@@ -1,4 +1,4 @@
-;; ob-hledger.el --- Babel Functions for hledger -*- lexical-binding: t; -*-
+;;; ob-hledger.el --- Babel Functions for hledger -*- lexical-binding: t; -*-
;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
diff --git a/lisp/ob-mscgen.el b/lisp/ob-mscgen.el
index 5ec082a..8c699d4 100644
--- a/lisp/ob-mscgen.el
+++ b/lisp/ob-mscgen.el
@@ -1,4 +1,4 @@
-;;; ob-msc.el --- Babel Functions for Mscgen -*- lexical-binding: t; -*-
+;;; ob-mscgen.el --- Babel Functions for Mscgen -*- lexical-binding: t; -*-
;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
@@ -79,4 +79,4 @@ mscgen supported formats."
(provide 'ob-mscgen)
-;;; ob-msc.el ends here
+;;; ob-mscgen.el ends here
diff --git a/lisp/ol-eshell.el b/lisp/ol-eshell.el
index 769e7ee..8920e0a 100644
--- a/lisp/ol-eshell.el
+++ b/lisp/ol-eshell.el
@@ -1,4 +1,4 @@
-;;; ol-eshell.el - Links to Working Directories in Eshell -*- lexical-binding: t; -*-
+;;; ol-eshell.el --- Links to Working Directories in Eshell -*- lexical-binding: t; -*-
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el
index 1fca873..dc2b3be 100644
--- a/lisp/org-ctags.el
+++ b/lisp/org-ctags.el
@@ -1,5 +1,5 @@
-;;; org-ctags.el - Integrate Emacs "tags" Facility with Org -*- lexical-binding: t; -*-
-;;
+;;; org-ctags.el --- Integrate Emacs "tags" Facility with Org -*- lexical-binding: t; -*-
+
;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
;; Author: Paul Sexton <eeeickythump@gmail.com>
diff --git a/lisp/ox-man.el b/lisp/ox-man.el
index 6cace7e..27d2ded 100644
--- a/lisp/ox-man.el
+++ b/lisp/ox-man.el
@@ -1,4 +1,4 @@
-;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
+;;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.