branch: externals-release/org
commit fa3147c100391c3f7ba77604e2b0c7d90dee1bea
Author: Bastien Guerry <b...@gnu.org>
Commit: Bastien Guerry <b...@gnu.org>

    doc/org-manual.org: Fix typo in code example
    
    * doc/org-manual.org (The ~open-source~ protocol): Remove the
    extraneous ampersand.
    
    Reported-by: 
<https://lists.gnu.org/archive/html/emacs-orgmode/2025-06/msg00226.html>
---
 doc/org-manual.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 8a6192ebbe..18e1788519 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -21296,7 +21296,7 @@ sources when reading a document.  To that effect, you 
can use
 a bookmark with the following location:
 
 #+begin_example
-javascript:location.href='org-protocol://open-source?&url='+
+javascript:location.href='org-protocol://open-source?url='+
       encodeURIComponent(location.href);void(0)
 #+end_example
 

Reply via email to