aboutsummaryrefslogtreecommitdiffstats
path: root/src/character.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/character.c')
-rw-r--r--src/character.c4
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
310DEFUN ("char-width", Fchar_width, Schar_width, 1, 1, 0, 310DEFUE ("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.
312The width is measured by how many columns it occupies on the screen. 312The width is measured by how many columns it occupies on the screen.
313Tab is taken to occupy `tab-width' columns. 313Tab is taken to occupy `tab-width' columns.
@@ -886,7 +886,7 @@ string_escape_byte8 (Lisp_Object string)
886} 886}
887 887
888 888
889DEFUN ("string", Fstring, Sstring, 0, MANY, 0, 889DEFUE ("string", Fstring, Sstring, 0, MANY, 0,
890 doc: /* 890 doc: /*
891Concatenate all the argument characters and make the result a string. 891Concatenate all the argument characters and make the result a string.
892usage: (string &rest CHARACTERS) */) 892usage: (string &rest CHARACTERS) */)