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:
parent
018fb0149d
commit
fcdcfe682f
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user