From c3f7a9008a002e1abd719d188d8e88b191b4dda4 Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Tue, 16 Dec 2008 11:26:49 -0500 Subject: [PATCH] Fix typo in org-plot.el --- lisp/org-plot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-plot.el b/lisp/org-plot.el index a17dd9771..b1b953a7f 100644 --- a/lisp/org-plot.el +++ b/lisp/org-plot.el @@ -134,7 +134,7 @@ Pass PARAMS through to `orgtbl-to-generic' when exporting TABLE." (defun org-plot/gnuplot-to-grid-data (table data-file params) "Export the data in TABLE to DATA-FILE for gnuplot. This means, in a format appropriate for grid plotting by gnuplot. -PARAMS specifies which columns of TABLE should be plotted as independant +PARAMS specifies which columns of TABLE should be plotted as independent and dependant variables." (interactive) (let* ((ind (- (plist-get params :ind) 1))