diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-13 20:35:22 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-13 20:35:22 -0800 |
commit | c3ca24d48c10fb771ee02eb58f7d49bd82d6306e (patch) | |
tree | e707b79a846623490feea39a4dceb86dd218eb4d /lisp/org/org-plot.el | |
parent | 6a0bf43d7c5961297aa5024aec534e5bab73c8af (diff) | |
parent | 56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff) | |
download | emacs-c3ca24d48c10fb771ee02eb58f7d49bd82d6306e.tar.gz emacs-c3ca24d48c10fb771ee02eb58f7d49bd82d6306e.tar.bz2 emacs-c3ca24d48c10fb771ee02eb58f7d49bd82d6306e.zip |
Merge from trunk.
Diffstat (limited to 'lisp/org/org-plot.el')
-rw-r--r-- | lisp/org/org-plot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-plot.el b/lisp/org/org-plot.el index b90c248eb6d..419467226c9 100644 --- a/lisp/org/org-plot.el +++ b/lisp/org/org-plot.el @@ -136,7 +136,7 @@ Pass PARAMS through to `orgtbl-to-generic' when exporting TABLE." "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 independent -and dependant variables." +and dependent variables." (interactive) (let* ((ind (- (plist-get params :ind) 1)) (deps (if (plist-member params :deps) |