diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 1f792e87b5b..68e6acb141f 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -781,7 +781,7 @@ make_sequence (nargs, args) | |||
| 781 | depends on endianness. */ | 781 | depends on endianness. */ |
| 782 | 782 | ||
| 783 | DEFUN ("make-rope", Fmake_rope, Smake_rope, 0, MANY, 0, | 783 | DEFUN ("make-rope", Fmake_rope, Smake_rope, 0, MANY, 0, |
| 784 | "Return a newly created rope containing the arguments of this function. | 784 | "Return a newly created rope containing the arguments of this function.\n\ |
| 785 | A rope is a string, except that its contents will be treated as an\n\ | 785 | A rope is a string, except that its contents will be treated as an\n\ |
| 786 | array of glyphs, where a glyph is an integer type that may be larger\n\ | 786 | array of glyphs, where a glyph is an integer type that may be larger\n\ |
| 787 | than a character. Emacs is normally configured to use 8-bit glyphs,\n\ | 787 | than a character. Emacs is normally configured to use 8-bit glyphs,\n\ |