1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-03 08:30:03 +00:00

Fix typo in comment

* testing/lisp/test-org.el (test-org/buffer-property-keys): Remove
  spurious word.
This commit is contained in:
Nicolas Goaziou 2017-10-01 22:56:57 +02:00
parent 018fb0149d
commit fcdcfe682f

View File

@ -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)"