; Fix doc strings in latin1-disp.el
* lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx) (latin1-display): Doc fix.
This commit is contained in:
parent
195fcc932e
commit
cc945ec0ed
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ This option also treats some characters in the `mule-unicode-...'
|
||||||
charsets if you don't have a Unicode font with which to display them.
|
charsets if you don't have a Unicode font with which to display them.
|
||||||
|
|
||||||
Setting this variable directly does not take effect;
|
Setting this variable directly does not take effect;
|
||||||
use either \\[customize] or the function `latin1-display'."
|
use either \\[customize] or the command `latin1-display'."
|
||||||
:group 'latin1-display
|
:group 'latin1-display
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:require 'latin1-disp
|
:require 'latin1-disp
|
||||||
|
@ -745,7 +745,7 @@ This uses the transliterations of the Lynx browser. The display isn't
|
||||||
changed if the display can render Unicode characters.
|
changed if the display can render Unicode characters.
|
||||||
|
|
||||||
Setting this variable directly does not take effect;
|
Setting this variable directly does not take effect;
|
||||||
use either \\[customize] or the function `latin1-display'."
|
use either \\[customize] or the command `latin1-display-ucs-per-lynx'."
|
||||||
:group 'latin1-display
|
:group 'latin1-display
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:require 'latin1-disp
|
:require 'latin1-disp
|
||||||
|
|
Loading…
Add table
Reference in a new issue