Fix doc strings of 2 categories
* lisp/international/characters.el (?R, ?L): Make the first line of the categories' doc string shorter, to fit into 15 columns.
This commit is contained in:
parent
59782839cb
commit
e139dd1b1e
1 changed files with 2 additions and 2 deletions
|
@ -116,11 +116,11 @@ Base characters (Unicode General Category L,N,P,S,Zs)")
|
|||
Combining diacritic or mark (Unicode General Category M)")
|
||||
|
||||
;; bidi types
|
||||
(define-category ?R "Right-to-left (strong)
|
||||
(define-category ?R "Strong R2L
|
||||
Characters with \"strong\" right-to-left directionality, i.e.
|
||||
with R, AL, RLE, or RLO Unicode bidi character type.")
|
||||
|
||||
(define-category ?L "Left-to-right (strong)
|
||||
(define-category ?L "Strong L2R
|
||||
Characters with \"strong\" left-to-right directionality, i.e.
|
||||
with L, LRE, or LRO Unicode bidi character type.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue