branch: externals/denote-org
commit db77f9107ada70e1baa138e1c7a67d4460489eb5
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make a doc string shorter
---
denote-org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-org.el b/denote-org.el
index e9ec4c74ab..36920f445e 100644
--- a/denote-org.el
+++ b/denote-org.el
@@ -610,7 +610,7 @@ Used by `org-dblock-update' with PARAMS provided by the
dynamic block."
;;;;; Dynamic block to insert entire file contents
(defun denote-org-escape-code-in-region (beg end)
- "Like `org-escape-code-in-region' to escape only #+ by appending a zero
width space to it.
+ "Like `org-escape-code-in-region' for #+ with zero width space prefix.
Operate on the region between positions BEG and END."
(save-excursion
(goto-char end)