]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-plot.el
Merge from emacs-24 branch
[gnu-emacs] / lisp / org / org-plot.el
index 419467226c93483c8b387ac9e8d973929a3e0fe7..f44694fa781b7de23441252e5bb527ec5230cd68 100644 (file)
@@ -1,11 +1,10 @@
 ;;; org-plot.el --- Support for plotting from Org-mode
 
-;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2012 Free Software Foundation, Inc.
 ;;
 ;; Author: Eric Schulte <schulte dot eric at gmail dot com>
 ;; Keywords: tables, plotting
 ;; Homepage: http://orgmode.org
-;; Version: 7.7
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -136,7 +135,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 dependent variables."
+and dependant variables."
   (interactive)
   (let* ((ind (- (plist-get params :ind) 1))
         (deps (if (plist-member params :deps)
@@ -350,5 +349,4 @@ line directly before or after the table."
 
 (provide 'org-plot)
 
-
 ;;; org-plot.el ends here