]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for glyphless-char-display-control.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 5 Nov 2013 09:54:43 +0000 (17:54 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 5 Nov 2013 09:54:43 +0000 (17:54 +0800)
* international/characters.el (glyphless-char-display-control):
Add usage note.

lisp/ChangeLog
lisp/international/characters.el

index 67de518e56dd4b93cf522596584933fc078eb0d0..fe43c7ad0aadf4bb97b5cafae3c7ab00fdbd182e 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * international/characters.el (glyphless-char-display-control):
+       Add usage note.
+
 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
 
        * progmodes/python.el (python-mode): Remove incorrect text from docstring.
index ab83ff0034a76abc7b017e4c0774d1078de3ca42..2195308737c88394a0c1cf859bd583944c554c18 100644 (file)
@@ -1485,7 +1485,12 @@ METHOD must be one of these symbols:
   `empty-box':  display an empty box.
   `acronym':    display an acronym of the character in a box.  The
                 acronym is taken from `char-acronym-table', which see.
-  `hex-code':   display the hexadecimal character code in a box."
+  `hex-code':   display the hexadecimal character code in a box.
+
+Do not set its value directly from Lisp; the value takes effect
+only via a custom `:set'
+function (`update-glyphless-char-display'), which updates
+`glyphless-char-display'."
   :version "24.1"
   :type '(alist :key-type (symbol :tag "Character Group")
                :value-type (symbol :tag "Display Method"))