aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/org-plot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org-plot.el')
-rw-r--r--lisp/org/org-plot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-plot.el b/lisp/org/org-plot.el
index 7024ed6e507..fd6b4edbd0a 100644
--- a/lisp/org/org-plot.el
+++ b/lisp/org/org-plot.el
@@ -94,7 +94,7 @@ Return value is the point at the beginning of the table."
94 (goto-char (org-table-begin))) 94 (goto-char (org-table-begin)))
95 95
96(defun org-plot/collect-options (&optional params) 96(defun org-plot/collect-options (&optional params)
97 "Collect options from an org-plot #+Plot: line. 97 "Collect options from an org-plot `#+Plot:' line.
98Accepts an optional property list PARAMS, to which the options 98Accepts an optional property list PARAMS, to which the options
99will be added. Returns the resulting property list." 99will be added. Returns the resulting property list."
100 (interactive) 100 (interactive)