]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify doc string of 'update-glyphless-char-display'
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Jun 2018 15:15:26 +0000 (18:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Jun 2018 15:15:26 +0000 (18:15 +0300)
* lisp/international/characters.el
(update-glyphless-char-display): Doc fix.  (Bug#31730)

lisp/international/characters.el

index 49d223248ea5feca1009864e79180f5dd7537ac1..160de16eb57311ead2b70865bc5c5948b9d1713e 100644 (file)
@@ -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)