diff options
Diffstat (limited to 'src/character.c')
| -rw-r--r-- | src/character.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/character.c b/src/character.c index bac9f6af81e..636601c7452 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -307,7 +307,7 @@ If the multibyte character does not represent a byte, return -1. */) | |||
| 307 | } | 307 | } |
| 308 | } | 308 | } |
| 309 | 309 | ||
| 310 | DEFUN ("char-width", Fchar_width, Schar_width, 1, 1, 0, | 310 | DEFUE ("char-width", Fchar_width, Schar_width, 1, 1, 0, |
| 311 | doc: /* Return width of CHAR when displayed in the current buffer. | 311 | doc: /* Return width of CHAR when displayed in the current buffer. |
| 312 | The width is measured by how many columns it occupies on the screen. | 312 | The width is measured by how many columns it occupies on the screen. |
| 313 | Tab is taken to occupy `tab-width' columns. | 313 | Tab is taken to occupy `tab-width' columns. |
| @@ -886,7 +886,7 @@ string_escape_byte8 (Lisp_Object string) | |||
| 886 | } | 886 | } |
| 887 | 887 | ||
| 888 | 888 | ||
| 889 | DEFUN ("string", Fstring, Sstring, 0, MANY, 0, | 889 | DEFUE ("string", Fstring, Sstring, 0, MANY, 0, |
| 890 | doc: /* | 890 | doc: /* |
| 891 | Concatenate all the argument characters and make the result a string. | 891 | Concatenate all the argument characters and make the result a string. |
| 892 | usage: (string &rest CHARACTERS) */) | 892 | usage: (string &rest CHARACTERS) */) |