; * doc/lispref/display.texi (Display Tables): Remove extra parens.
This commit is contained in:
parent
3b0bf359e9
commit
aad7d68164
1 changed files with 1 additions and 1 deletions
|
@ -8527,7 +8527,7 @@ the effect of setting @code{ctl-arrow} to a non-@code{nil} value
|
|||
(make-glyph-code (+ i 64) 'escape-glyph)))))
|
||||
(aset disptab 127
|
||||
(vector (make-glyph-code ?^ 'escape-glyph)
|
||||
(make-glyph-code ?? 'escape-glyph)))))
|
||||
(make-glyph-code ?? 'escape-glyph)))
|
||||
@end example
|
||||
|
||||
@defun display-table-slot display-table slot
|
||||
|
|
Loading…
Add table
Reference in a new issue