mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
* lisp/woman.el (woman-special-characters): Add hy character.
This commit is contained in:
parent
8aa187e7d1
commit
69f4b6184f
2 changed files with 2 additions and 1 deletions
|
|
@ -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 <rudalics@gmx.at>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue