summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2021-05-30 15:18:32 +0200
committerBastien Guerry <bzg@gnu.org>2021-05-30 15:18:32 +0200
commit0bf903919b119f53dd0e23325835f87d13995708 (patch)
treef39ac47c639121d21fc3ca8bb333c58c20cd7efa
parent078f4986c1769538d40b1129b55ce2a4f962a892 (diff)
Fix minor typos
-rw-r--r--lisp/ob-arduino.el2
-rw-r--r--lisp/ob-clojure-literate.el2
-rw-r--r--lisp/ob-php.el2
-rw-r--r--lisp/ob-redis.el2
-rw-r--r--lisp/ob-smiles.el3
5 files changed, 5 insertions, 6 deletions
diff --git a/lisp/ob-arduino.el b/lisp/ob-arduino.el
index 7c0c10e..76054e8 100644
--- a/lisp/ob-arduino.el
+++ b/lisp/ob-arduino.el
@@ -1,4 +1,4 @@
-;;; ob-arduino.el --- Org-mode Babel support for Arduino.
+;;; ob-arduino.el --- Org-mode Babel support for Arduino
;;
;; Authors: stardiviner <numbchild@gmail.com>
;; Package-Requires: ((emacs "24.4") (org "24.1"))
diff --git a/lisp/ob-clojure-literate.el b/lisp/ob-clojure-literate.el
index b233b7f..39e4f39 100644
--- a/lisp/ob-clojure-literate.el
+++ b/lisp/ob-clojure-literate.el
@@ -1,4 +1,4 @@
-;;; ob-clojure-literate.el --- Clojure's Org-mode Literate Programming.
+;;; ob-clojure-literate.el --- Clojure's Org-mode Literate Programming
;; Authors: stardiviner <numbchild@gmail.com>
;; Package-Requires: ((emacs "24.4") (org "9") (cider "0.16.0") (dash "2.12.0"))
diff --git a/lisp/ob-php.el b/lisp/ob-php.el
index fcb60fe..9b0b990 100644
--- a/lisp/ob-php.el
+++ b/lisp/ob-php.el
@@ -1,4 +1,4 @@
-;;; ob-php.el --- Execute PHP within org-mode blocks.
+;;; ob-php.el --- Execute PHP within org-mode blocks
;; Copyright 2016, 2021 stardiviner
;; Author: stardiviner <numbchild@gmail.com>
diff --git a/lisp/ob-redis.el b/lisp/ob-redis.el
index 64e93e1..204f5d4 100644
--- a/lisp/ob-redis.el
+++ b/lisp/ob-redis.el
@@ -1,4 +1,4 @@
-;;; ob-redis.el --- Execute Redis queries within org-mode blocks.
+;;; ob-redis.el --- Execute Redis queries within org-mode blocks
;; Copyright 2016-2021 stardiviner
;; Author: stardiviner <numbchild@gmail.com>
diff --git a/lisp/ob-smiles.el b/lisp/ob-smiles.el
index 224eb79..1e61a00 100644
--- a/lisp/ob-smiles.el
+++ b/lisp/ob-smiles.el
@@ -1,5 +1,4 @@
-;;; ob-smiles.el --- Org-mode Babel support for SMILES.
-;;; -*- coding: utf-8 -*-
+;;; ob-smiles.el --- Org-mode Babel support for SMILES
;; Author: John Kitchin <jkitchin@andrew.cmu.edu>
;; Maintainer: stardiviner <numbchild@gmail.com>