aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/characters.el7
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 @@
12013-11-05 Xue Fuqiao <xfq.free@gmail.com>
2
3 * international/characters.el (glyphless-char-display-control):
4 Add usage note.
5
12013-11-05 Bozhidar Batsov <bozhidar@batsov.com> 62013-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
1490Do not set its value directly from Lisp; the value takes effect
1491only via a custom `:set'
1492function (`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"))