Browse Source

Fix typo in comment

* testing/lisp/test-org.el (test-org/buffer-property-keys): Remove
  spurious word.
Nicolas Goaziou 7 years ago
parent
commit
fcdcfe682f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-org.el

+ 1 - 1
testing/lisp/test-org.el

@@ -4923,7 +4923,7 @@ Paragraph<point>"
 	  (org-test-with-temp-text
 	      "* a\n:PROPERTIES:\n:A: 1\n:END:\n* b\n:PROPERTIES:\nsome junk here\n:END:\n"
 	    (org-buffer-property-keys nil 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)"