0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 23:16:27 +00:00

Fix typo in org-protocol-remember docstring.

This commit is contained in:
Bastien Guerry 2009-07-18 19:58:42 +02:00
parent 57b43866e5
commit 4998a75c30

View file

@ -434,7 +434,7 @@ This function detects an URL, title and optinal text, separated by '/'
The location for a browser's bookmark has to look like this: The location for a browser's bookmark has to look like this:
javascript:location.href='org-protocol://remember://'+ \\ javascript:location.href='org-protocol://remember://'+ \\
encodeURIComponent(location.href)+ \\ encodeURIComponent(location.href)+'/' \\
encodeURIComponent(document.title)+'/'+ \\ encodeURIComponent(document.title)+'/'+ \\
encodeURIComponent(window.getSelection()) encodeURIComponent(window.getSelection())