diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 12:43:16 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 12:43:16 -0800 |
commit | f15f6b53078ac2176f8d2c05d99d3d9b4d32986b (patch) | |
tree | 046e4b81c0220bc1048b0ece01caee896629670d /lisp/org/org-table.el | |
parent | fe6131b72468a71b1bae3bbafcb408a24a460a13 (diff) | |
parent | eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (diff) | |
download | emacs-f15f6b53078ac2176f8d2c05d99d3d9b4d32986b.tar.gz |
Merge from origin/emacs-25
eeecac7 Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/org/org-table.el')
-rw-r--r-- | lisp/org/org-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 20334f30504..3292590e8ed 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el @@ -303,7 +303,7 @@ The car of each element is a name of a constant, without the `$' before it. The cdr is the value as a string. For example, if you'd like to use the speed of light in a formula, you would configure - (setq org-table-formula-constants '((\"c\" . \"299792458.\"))) + (setq org-table-formula-constants \\='((\"c\" . \"299792458.\"))) and then use it in an equation like `$1*$c'. |