diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/international/characters.el | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 67de518e56d..fe43c7ad0aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-05 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * international/characters.el (glyphless-char-display-control): | ||
| 4 | Add usage note. | ||
| 5 | |||
| 1 | 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com> | 6 | 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com> |
| 2 | 7 | ||
| 3 | * progmodes/python.el (python-mode): Remove incorrect text from docstring. | 8 | * progmodes/python.el (python-mode): Remove incorrect text from docstring. |
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index ab83ff0034a..2195308737c 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -1485,7 +1485,12 @@ METHOD must be one of these symbols: | |||
| 1485 | `empty-box': display an empty box. | 1485 | `empty-box': display an empty box. |
| 1486 | `acronym': display an acronym of the character in a box. The | 1486 | `acronym': display an acronym of the character in a box. The |
| 1487 | acronym is taken from `char-acronym-table', which see. | 1487 | acronym is taken from `char-acronym-table', which see. |
| 1488 | `hex-code': display the hexadecimal character code in a box." | 1488 | `hex-code': display the hexadecimal character code in a box. |
| 1489 | |||
| 1490 | Do not set its value directly from Lisp; the value takes effect | ||
| 1491 | only via a custom `:set' | ||
| 1492 | function (`update-glyphless-char-display'), which updates | ||
| 1493 | `glyphless-char-display'." | ||
| 1489 | :version "24.1" | 1494 | :version "24.1" |
| 1490 | :type '(alist :key-type (symbol :tag "Character Group") | 1495 | :type '(alist :key-type (symbol :tag "Character Group") |
| 1491 | :value-type (symbol :tag "Display Method")) | 1496 | :value-type (symbol :tag "Display Method")) |