summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-12 23:47:36 -0500
committerKyle Meyer <kyle@kyleam.com>2019-01-12 23:47:36 -0500
commit87c4635c889c907c9acbc0675fe1c377d4a7a6ce (patch)
treefdb06b8e3508d9a6d1061d49778172aa9eeb1a8f
parentf9596eb47219794ae66c29bf4a091c478ccf5830 (diff)
downloadorg-mode-87c4635c889c907c9acbc0675fe1c377d4a7a6ce.tar.gz
Fix docstring typo
* lisp/org.el (org-insert-link): Fix docstring typo.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2c841ab..5be3953 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9780,7 +9780,7 @@ If the DEFAULT-DESCRIPTION parameter is non-nil, this value will
be used as the default description. Otherwise, if
`org-make-link-description-function' is non-nil, this function
will be called with the link target, and the result will be the
-default link description. When called non-interactivily, don't
+default link description. When called non-interactively, don't
allow to edit the default description."
(interactive "P")
(let* ((wcf (current-window-configuration))