mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(standard-display-european): Doc fix.
This commit is contained in:
parent
b55ba0277e
commit
b2b5274783
@ -179,7 +179,10 @@ X frame."
|
||||
(defun standard-display-european (arg &optional auto)
|
||||
"Toggle display of European characters encoded with ISO 8859.
|
||||
When enabled, characters in the range of 160 to 255 display not
|
||||
as octal escapes, but as accented characters.
|
||||
as octal escapes, but as accented characters. Codes 146 and 160
|
||||
display as apostrophe and space, even though they are not the ASCII
|
||||
codes for apostrophe and space.
|
||||
|
||||
With prefix argument, enable European character display iff arg is positive.
|
||||
|
||||
Normally, this function turns off `enable-multibyte-characters'
|
||||
|
Loading…
Reference in New Issue
Block a user