diff options
| author | Chong Yidong | 2012-04-09 21:05:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-09 21:05:48 +0800 |
| commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
| tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/org | |
| parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
| download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip | |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-ctags.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-protocol.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-ctags.el b/lisp/org/org-ctags.el index 48656190a0c..8b5bc6ecdf6 100644 --- a/lisp/org/org-ctags.el +++ b/lisp/org/org-ctags.el | |||
| @@ -188,7 +188,7 @@ See the ctags documentation for more information.") | |||
| 188 | Created as a local variable in each buffer.") | 188 | Created as a local variable in each buffer.") |
| 189 | 189 | ||
| 190 | (defcustom org-ctags-new-topic-template | 190 | (defcustom org-ctags-new-topic-template |
| 191 | "* <<%t>>\n\n\n\n\n\n" | 191 | " <<%t>>\n\n\n\n\n\n" |
| 192 | "Text to insert when creating a new org file via opening a hyperlink. | 192 | "Text to insert when creating a new org file via opening a hyperlink. |
| 193 | The following patterns are replaced in the string: | 193 | The following patterns are replaced in the string: |
| 194 | `%t' - replaced with the capitalized title of the hyperlink" | 194 | `%t' - replaced with the capitalized title of the hyperlink" |
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 775f60990d0..419a1ffcaa4 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el | |||
| @@ -225,7 +225,7 @@ Consider using the interactive functions `org-protocol-create' and | |||
| 225 | :type 'alist) | 225 | :type 'alist) |
| 226 | 226 | ||
| 227 | (defcustom org-protocol-protocol-alist nil | 227 | (defcustom org-protocol-protocol-alist nil |
| 228 | "* Register custom handlers for org-protocol. | 228 | " Register custom handlers for org-protocol. |
| 229 | 229 | ||
| 230 | Each element of this list must be of the form: | 230 | Each element of this list must be of the form: |
| 231 | 231 | ||