From db750eba2820492ce28fb6078dbcd8f154f9d725 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 28 Feb 2013 00:24:46 +0100 Subject: [PATCH] org-protocol.el (org-protocol-capture): Small docstring fix * org-protocol.el (org-protocol-capture): Small docstring fix. --- lisp/org-protocol.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 29d07f8db..397597dd6 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -391,8 +391,8 @@ The sub-protocol used to reach this function is set in The sub-protocol used to reach this function is set in `org-protocol-protocol-alist'. -This function detects an URL, title and optional text, separated by '/' -The location for a browser's bookmark has to look like this: +This function detects an URL, title and optional text, separated +by '/'. The location for a browser's bookmark looks like this: javascript:location.href='org-protocol://capture://'+ \\ encodeURIComponent(location.href)+'/' \\