summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-07-31 12:54:40 +0200
committerBastien Guerry <bzg@altern.org>2014-07-31 12:54:40 +0200
commit4f3c8948e0ba213fdb44ef51cc6f52165d98e7ae (patch)
treeee56518b2297df007adf5266862dbc4469fd7e67
parent7326d10dc59ad8f045a8c1b729298ebcd783e46c (diff)
downloadorg-mode-4f3c8948e0ba213fdb44ef51cc6f52165d98e7ae.tar.gz
Fix trailing spaces in previous commit
-rw-r--r--contrib/lisp/ob-stata.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/lisp/ob-stata.el b/contrib/lisp/ob-stata.el
index 8a70754..29aa88d 100644
--- a/contrib/lisp/ob-stata.el
+++ b/contrib/lisp/ob-stata.el
@@ -30,10 +30,10 @@
;; It is basically result of find-and-replace "stata" for "julia"
;; in ob-julia.el by G. Jay Kerns. Only ":results output" works: the
;; header args must include ":results output" (this is the default).
-;; Note that I'm not sure ':results value' makes sense or is useful
-;; but I have left all the value-processing stuff inherited from
+;; Note that I'm not sure ':results value' makes sense or is useful
+;; but I have left all the value-processing stuff inherited from
;; ob-julia and ob-R. ':results graphics' would be nice, but I have
-;; not tried to implement it.
+;; not tried to implement it.
;; --Ista, 07/30/2014
;;; Requirements: