branch: elpa/org-contrib commit 0bf903919b119f53dd0e23325835f87d13995708 Author: Bastien Guerry <b...@gnu.org> Commit: Bastien Guerry <b...@gnu.org>
Fix minor typos --- lisp/ob-arduino.el | 2 +- lisp/ob-clojure-literate.el | 2 +- lisp/ob-php.el | 2 +- lisp/ob-redis.el | 2 +- lisp/ob-smiles.el | 3 +-- 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 <numbch...@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 <numbch...@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 <numbch...@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 <numbch...@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 <jkitc...@andrew.cmu.edu> ;; Maintainer: stardiviner <numbch...@gmail.com>