emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-contrib 0bf9039 2/3: Fix minor typos


From: ELPA Syncer
Subject: [nongnu] elpa/org-contrib 0bf9039 2/3: Fix minor typos
Date: Sun, 30 May 2021 09:57:18 -0400 (EDT)

branch: elpa/org-contrib
commit 0bf903919b119f53dd0e23325835f87d13995708
Author: Bastien Guerry <bzg@gnu.org>
Commit: Bastien Guerry <bzg@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 <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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]