summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-10-01 22:58:24 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-10-01 22:58:24 +0200
commit73df53f18523a962bfb2da2398d25297c88455c4 (patch)
tree676573bfda95945aadb7c370fa5946794ca3a57c
parent428368af2f4f461b68250bac74f28b8d52867ea5 (diff)
parentfcdcfe682f66d82c2eb7e04479248cf06ccfa922 (diff)
downloadorg-mode-73df53f18523a962bfb2da2398d25297c88455c4.tar.gz
Merge branch 'maint'
-rw-r--r--testing/lisp/test-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index 065d31f..627b9fb 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -4917,7 +4917,7 @@ Paragraph<point>"
(org-test-with-temp-text
"* H\n:PROPERTIES:\n:COLUMNS: %25ITEM %A %20B\n:END:"
(org-buffer-property-keys nil nil t))))
- ;; In COLUMNS, ignore label title and summary-type.
+ ;; In COLUMNS, ignore title and summary-type.
(should
(equal '("A")
(org-test-with-temp-text "#+COLUMNS: %A(Foo)"