summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-06-02 21:14:55 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-06-02 21:14:55 +0200
commit80aa84f135fe595a9470365fca46e0b75fd25d3d (patch)
treef766b6c55788451e4fa45eb9ea60399849958f90
parentf91d194d4fe4644de9cac94a807a08c220ab521d (diff)
downloadorg-mode-80aa84f135fe595a9470365fca46e0b75fd25d3d.tar.gz
org-colview: Update docstring
* lisp/org-colview.el (org-columns-compile-format): Update docstring.
-rw-r--r--lisp/org-colview.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index ef9a48d..ddfd6ef 100644
--- a/lisp/org-colview.el
+++ b/lisp/org-colview.el
@@ -1125,7 +1125,8 @@ display, or in the #+COLUMNS line of the current buffer."
(org-trim rtn)))
(defun org-columns-compile-format (fmt)
- "Turn a column format string into an alist of specifications.
+ "Turn a column format string FMT into an alist of specifications.
+
The alist has one entry for each column in the format. The elements of
that list are:
property the property
@@ -1135,7 +1136,9 @@ operator the operator if any
format the output format for computed results, derived from operator
printf a printf format for computed values
fun the lisp function to compute summary values, derived from operator
-calc function to get values from base elements"
+calc function to get values from base elements
+
+This function updates `org-columns-current-fmt-compiled'."
(let ((start 0) width prop title op op-match f printf fun calc)
(setq org-columns-current-fmt-compiled nil)
(while (string-match