diff options
| author | Xue Fuqiao | 2013-08-26 06:30:56 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-26 06:30:56 +0800 |
| commit | eed991017a9d80651febdb5549bc75853945dfbc (patch) | |
| tree | 06d924163a6a1d13f75dfb87b0f4599d2b90caac /doc | |
| parent | 8a51e842321a59943df63faa97d98a390e22211a (diff) | |
| download | emacs-eed991017a9d80651febdb5549bc75853945dfbc.tar.gz emacs-eed991017a9d80651febdb5549bc75853945dfbc.zip | |
Fix broken customization in Flymake.
* lisp/progmodes/flymake.el (flymake-get-real-file-name-function):
Fix broken customization. (Bug#15184)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/nonascii.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 090310c5545..f351829e4cf 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -248,6 +248,7 @@ unibyte string, it is returned unchanged. Use this function for | |||
| 248 | characters. | 248 | characters. |
| 249 | @end defun | 249 | @end defun |
| 250 | 250 | ||
| 251 | @c FIXME: Should `@var{character}' be `@var{byte}'? | ||
| 251 | @defun byte-to-string byte | 252 | @defun byte-to-string byte |
| 252 | @cindex byte to string | 253 | @cindex byte to string |
| 253 | This function returns a unibyte string containing a single byte of | 254 | This function returns a unibyte string containing a single byte of |
| @@ -401,6 +402,8 @@ specifies how the character behaves and how it should be handled | |||
| 401 | during text processing and display. Thus, character properties are an | 402 | during text processing and display. Thus, character properties are an |
| 402 | important part of specifying the character's semantics. | 403 | important part of specifying the character's semantics. |
| 403 | 404 | ||
| 405 | @c FIXME: Use the latest URI of this chapter? | ||
| 406 | @c http://www.unicode.org/versions/latest/ch04.pdf | ||
| 404 | On the whole, Emacs follows the Unicode Standard in its implementation | 407 | On the whole, Emacs follows the Unicode Standard in its implementation |
| 405 | of character properties. In particular, Emacs supports the | 408 | of character properties. In particular, Emacs supports the |
| 406 | @uref{http://www.unicode.org/reports/tr23/, Unicode Character Property | 409 | @uref{http://www.unicode.org/reports/tr23/, Unicode Character Property |