Merge branch 'maint'
This commit is contained in:
commit
620ba14460
|
@ -287,7 +287,7 @@ This function shouldn't be used for floats. See
|
||||||
|
|
||||||
(defun org-man--protect-text (text)
|
(defun org-man--protect-text (text)
|
||||||
"Protect minus and backslash characters in string TEXT."
|
"Protect minus and backslash characters in string TEXT."
|
||||||
(replace-regexp-in-string "-" "\\-" nil t))
|
(replace-regexp-in-string "-" "\\-" text nil t))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue