summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-10-01 22:56:57 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-10-01 22:56:57 +0200
commitfcdcfe682f66d82c2eb7e04479248cf06ccfa922 (patch)
tree9f454b7e77f63064292f967162f8d043d8ade686
parent018fb0149d0171a9a6e18a148d3850742d380de8 (diff)
downloadorg-mode-fcdcfe682f66d82c2eb7e04479248cf06ccfa922.tar.gz
Fix typo in comment
* testing/lisp/test-org.el (test-org/buffer-property-keys): Remove spurious word.
-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 b9b4004..304e503 100644
--- a/testing/lisp/test-org.el
+++ b/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)"