diff options
author | Glenn Morris <rgm@gnu.org> | 2011-09-08 23:34:59 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-09-08 23:34:59 -0700 |
commit | 69f4b6184fa733f7615fdefeea41fe9dc7c0b811 (patch) | |
tree | 00fe30ef5e15799bf7d8866e31280c3cc8fcb4ef /lisp/woman.el | |
parent | 8aa187e7d11e5f5e7cec6cf5e93df223770374ef (diff) | |
download | emacs-69f4b6184fa733f7615fdefeea41fe9dc7c0b811.tar.gz |
* lisp/woman.el (woman-special-characters): Add hy character.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |