Browse Source

org-manual: Document Help links

* doc/org-manual.org (External Links): Document Help links.
Nicolas Goaziou 5 years ago
parent
commit
bd5f5ece55
1 changed files with 15 additions and 9 deletions
  1. 15 9
      doc/org-manual.org

+ 15 - 9
doc/org-manual.org

@@ -3067,18 +3067,19 @@ point on or at a target.
 :END:
 :END:
 #+cindex: links, external
 #+cindex: links, external
 #+cindex: external links
 #+cindex: external links
-#+cindex: Gnus links
+#+cindex: attachment links
 #+cindex: BBDB links
 #+cindex: BBDB links
-#+cindex: irc links
-#+cindex: URL links
+#+cindex: Elisp links
 #+cindex: file links
 #+cindex: file links
-#+cindex: attachment links
-#+cindex: Rmail links
+#+cindex: Gnus links
+#+cindex: Help links
+#+cindex: IRC links
+#+cindex: Info links
 #+cindex: MH-E links
 #+cindex: MH-E links
-#+cindex: Usenet links
+#+cindex: Rmail links
 #+cindex: shell links
 #+cindex: shell links
-#+cindex: Info links
-#+cindex: Elisp links
+#+cindex: URL links
+#+cindex: Usenet links
 
 
 Org supports links to files, websites, Usenet and email messages, BBDB
 Org supports links to files, websites, Usenet and email messages, BBDB
 database entries and links to both IRC conversations and their logs.
 database entries and links to both IRC conversations and their logs.
@@ -3125,7 +3126,11 @@ Here is the full set of built-in link types:
 
 
 - =gnus=, =rmail=, =mhe= ::
 - =gnus=, =rmail=, =mhe= ::
 
 
-  Links to messages or folders from a given Emacs' MUA.
+  Link to messages or folders from a given Emacs' MUA.
+
+- =help= ::
+
+  Display documentation of a symbol in =*Help*= buffer.
 
 
 - =http=, =https= ::
 - =http=, =https= ::
 
 
@@ -3188,6 +3193,7 @@ options:
 |            | =gnus:group#id= (article link)                           |
 |            | =gnus:group#id= (article link)                           |
 | bbdb       | =bbdb:R.*Stallman= (record with regexp)                  |
 | bbdb       | =bbdb:R.*Stallman= (record with regexp)                  |
 | irc        | =irc:/irc.com/#emacs/bob=                                |
 | irc        | =irc:/irc.com/#emacs/bob=                                |
+| help       | =help:org-store-link=                                    |
 | info       | =info:org#External links=                                |
 | info       | =info:org#External links=                                |
 | shell      | =shell:ls *.org=                                         |
 | shell      | =shell:ls *.org=                                         |
 | elisp      | =elisp:(find-file "Elisp.org")= (Elisp form to evaluate) |
 | elisp      | =elisp:(find-file "Elisp.org")= (Elisp form to evaluate) |