mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
Fix indentation of an @example in ELisp manual
* doc/lispref/syntax.texi (Categories): Untabify the example. (Bug#21448)
This commit is contained in:
parent
1267e12ba7
commit
74baea086d
@ -1089,13 +1089,13 @@ and using it in a special category table:
|
||||
@example
|
||||
(defvar special-category-table-for-bidi
|
||||
(let ((category-table (make-category-table))
|
||||
(uniprop-table (unicode-property-table-internal 'bidi-class)))
|
||||
(uniprop-table (unicode-property-table-internal 'bidi-class)))
|
||||
(define-category ?R "Characters of bidi-class R, AL, or RLO"
|
||||
category-table)
|
||||
(map-char-table
|
||||
#'(lambda (key val)
|
||||
(if (memq val '(R AL RLO))
|
||||
(modify-category-entry key ?R category-table)))
|
||||
(if (memq val '(R AL RLO))
|
||||
(modify-category-entry key ?R category-table)))
|
||||
uniprop-table)
|
||||
category-table))
|
||||
@end example
|
||||
|
Loading…
Reference in New Issue
Block a user