From: Glenn Morris Date: Fri, 9 Sep 2011 06:34:59 +0000 (-0700) Subject: * lisp/woman.el (woman-special-characters): Add hy character. X-Git-Tag: emacs-pretest-24.0.90~104^2~126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69f4b6184fa733f7615fdefeea41fe9dc7c0b811;p=emacs.git * lisp/woman.el (woman-special-characters): Add hy character. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76ae02ba3da..7806877c6f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,7 +2,7 @@ * woman.el (woman-if-body): When processing an .el block, do not delete the next .el block as well. (Bug#9447) - (woman-special-characters): Add oq and cq quote characters. + (woman-special-characters): Add oq, cq, and hy characters. 2011-09-08 Martin Rudalics diff --git a/lisp/woman.el b/lisp/woman.el index b1b067b291f..75a36d6ac36 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -2945,6 +2945,7 @@ interpolated by `\*x' and `\*(xx' escapes." ("ti" "~") ("oq" "‘") ; u2018 ("cq" "’") ; u2019 + ("hy" "‐") ; u2010 ) "Alist of special character codes with ASCII and extended-font equivalents. Each alist elements has the form