diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/nonascii.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index f351829e4cf..ec949b37684 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -549,6 +549,8 @@ is @code{nil}, which means the character itself. | |||
| 549 | @defun get-char-code-property char propname | 549 | @defun get-char-code-property char propname |
| 550 | This function returns the value of @var{char}'s @var{propname} property. | 550 | This function returns the value of @var{char}'s @var{propname} property. |
| 551 | 551 | ||
| 552 | @c FIXME: Use ā?\sā instead of ā? ā for the space character in the | ||
| 553 | @c first example? --xfq | ||
| 552 | @example | 554 | @example |
| 553 | @group | 555 | @group |
| 554 | (get-char-code-property ? 'general-category) | 556 | (get-char-code-property ? 'general-category) |