浏览代码

Fix typo in org-protocol-remember docstring.

Bastien Guerry 15 年之前
父节点
当前提交
4998a75c30
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-protocol.el

+ 1 - 1
lisp/org-protocol.el

@@ -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:
 
   javascript:location.href='org-protocol://remember://'+ \\
-        encodeURIComponent(location.href)+ \\
+        encodeURIComponent(location.href)+'/' \\
         encodeURIComponent(document.title)+'/'+ \\
         encodeURIComponent(window.getSelection())