summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-21 16:03:20 +0200
committerBastien Guerry <bzg@altern.org>2012-04-21 16:03:20 +0200
commit9d01202a7b87cb9ce33208b14cf129ae26690266 (patch)
tree607a66ec82cc6d57cea1d37c82584942c3e0b58e
parent97b0696212515479f95a3354c9131443ab4a0bc7 (diff)
downloadorg-mode-9d01202a7b87cb9ce33208b14cf129ae26690266.tar.gz
Remove * character in front of variable docstring.
* org-ctags.el (org-ctags-new-topic-template): Remove * character in front of variable docstring. * org-protocol.el (org-protocol-protocol-alist): Ditto. See http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=0fc749f9cc4a3c6f36715bb05e03469eee149b15
-rw-r--r--lisp/org-ctags.el2
-rw-r--r--lisp/org-protocol.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el
index 4865619..5874646 100644
--- a/lisp/org-ctags.el
+++ b/lisp/org-ctags.el
@@ -188,7 +188,7 @@ See the ctags documentation for more information.")
Created as a local variable in each buffer.")
(defcustom org-ctags-new-topic-template
- "* <<%t>>\n\n\n\n\n\n"
+ "<<%t>>\n\n\n\n\n\n"
"Text to insert when creating a new org file via opening a hyperlink.
The following patterns are replaced in the string:
`%t' - replaced with the capitalized title of the hyperlink"
diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el
index 775f609..74fc35f 100644
--- a/lisp/org-protocol.el
+++ b/lisp/org-protocol.el
@@ -225,7 +225,7 @@ Consider using the interactive functions `org-protocol-create' and
:type 'alist)
(defcustom org-protocol-protocol-alist nil
- "* Register custom handlers for org-protocol.
+ "Register custom handlers for org-protocol.
Each element of this list must be of the form: