Fix docstring

This commit is contained in:
Daniel - 2020-09-26 18:07:57 +02:00
parent e45d23ce8e
commit 68c6423cae
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 2 deletions

View File

@ -637,8 +637,8 @@ prompt for an item."
(defun db/org-add-link-to-other-item ()
"Interactively query for item and add link to it at point.
Uses `org-id-get-create' to get the ID or CUSTOM_ID propery of
the target headline."
Uses `org-id-get-create' to get the ID property of the target
headline."
(interactive)
(unless (derived-mode-p 'org-mode)
(user-error "Not in Org Mode"))