Fix docstring typo
* lisp/org.el (org-insert-link): Fix docstring typo.
This commit is contained in:
parent
f9596eb472
commit
87c4635c88
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue