Clarify doc string of 'update-glyphless-char-display'
* lisp/international/characters.el (update-glyphless-char-display): Doc fix. (Bug#31730)
This commit is contained in:
parent
ef35d405b1
commit
0214ffbe60
1 changed files with 3 additions and 1 deletions
|
@ -1403,7 +1403,9 @@ Setup char-width-table appropriate for non-CJK language environment."
|
|||
|
||||
(defun update-glyphless-char-display (&optional variable value)
|
||||
"Make the setting of `glyphless-char-display-control' take effect.
|
||||
This function updates the char-table `glyphless-char-display'."
|
||||
This function updates the char-table `glyphless-char-display',
|
||||
and is intended to be used in the `:set' attribute of the
|
||||
option `glyphless-char-display'."
|
||||
(when value
|
||||
(set-default variable value))
|
||||
(dolist (elt value)
|
||||
|
|
Loading…
Add table
Reference in a new issue