mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 07:20:28 -08:00
; * doc/lispref/nonascii.texi (Explicit Encoding): Fix a typo (bug#79613).
This commit is contained in:
parent
c119a3600e
commit
85db0ac0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -2000,7 +2000,7 @@ original text:
|
||||||
@example
|
@example
|
||||||
@group
|
@group
|
||||||
(decode-coding-string "Gr\374ss Gott" 'latin-1)
|
(decode-coding-string "Gr\374ss Gott" 'latin-1)
|
||||||
@result{} #("Grüss Gott" 0 9 (charset iso-8859-1))
|
@result{} #("Grüss Gott" 0 10 (charset iso-8859-1))
|
||||||
@end group
|
@end group
|
||||||
@end example
|
@end example
|
||||||
@end defun
|
@end defun
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue