branch: externals/org
commit 6d8d7fba61652434764c9906df69db373ff4f7f6
Author: Max Nikulin <maniku...@gmail.com>
Commit: Ihor Radchenko <yanta...@gmail.com>

    ol.el: Mention that `org-insert-link' may edit existing link
    
    * lisp/ol.el (org-insert-link): Add completion by description and edit
    link features to the docstring.
---
 lisp/ol.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/ol.el b/lisp/ol.el
index 8f700397ed..39d6440258 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -1777,6 +1777,9 @@ The history can be used to select a link previously 
stored with
 press `RET' at the prompt), the link defaults to the most recently
 stored link.  As `SPC' triggers completion in the minibuffer, you need to
 use `M-SPC' or `C-q SPC' to force the insertion of a space character.
+Completion candidates include link descriptions.
+
+If there is a link under cursor then edit it.
 
 You will also be prompted for a description, and if one is given, it will
 be displayed in the buffer instead of the link.

Reply via email to