ox-man: Fix org-man--protect-text

This commit is contained in:
Marco Wahl 2017-10-20 12:21:08 +02:00
parent 37142cea78
commit 3df62457be
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ This function shouldn't be used for floats. See
(defun org-man--protect-text (text)
"Protect minus and backslash characters in string TEXT."
(replace-regexp-in-string "-" "\\-" nil t))
(replace-regexp-in-string "-" "\\-" text nil t))