浏览代码

Merge branch 'maint'

Marco Wahl 7 年之前
父节点
当前提交
620ba14460
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-man.el

+ 1 - 1
lisp/ox-man.el

@@ -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))