diff options
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 f092c71b55c..7024ed6e507 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. |
| 98 | Accepts an optional property list PARAMS, to which the options | 98 | Accepts an optional property list PARAMS, to which the options |
| 99 | will be added. Returns the resulting property list." | 99 | will be added. Returns the resulting property list." |
| 100 | (interactive) | 100 | (interactive) |