Browse Source

Merge branch 'maint'

Nicolas Goaziou 8 years ago
parent
commit
73df53f185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-org.el

+ 1 - 1
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)"