mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Escape some character literals
* lisp/leim/quail/latin-ltx.el: Escape some fancy brackets.
This commit is contained in:
parent
96c2c098ae
commit
c5c9f5d718
1 changed files with 3 additions and 3 deletions
|
|
@ -547,7 +547,7 @@ system, including many technical ones. Examples:
|
|||
("\\propto" ?∝)
|
||||
("\\qed" ?∎)
|
||||
("\\quad" ? )
|
||||
("\\rangle" ?⟩) ;; Was ?〉, see bug#12948.
|
||||
("\\rangle" ?\⟩) ;; Was ?〉, see bug#12948.
|
||||
("\\rbrace" ?})
|
||||
("\\rbrack" ?\])
|
||||
("\\rceil" ?⌉)
|
||||
|
|
@ -739,8 +739,8 @@ system, including many technical ones. Examples:
|
|||
("\\textdiscount" ?⁒)
|
||||
("\\textestimated" ?℮)
|
||||
("\\textopenbullet" ?◦)
|
||||
("\\textlquill" ?⁅)
|
||||
("\\textrquill" ?⁆)
|
||||
("\\textlquill" ?\⁅)
|
||||
("\\textrquill" ?\⁆)
|
||||
("\\textcircledP" ?℗)
|
||||
("\\textreferencemark" ?※)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue