diff options
| author | Jim Blandy | 1991-07-28 18:07:56 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-07-28 18:07:56 +0000 |
| commit | d5e7c279e59c8dbc3175b23aea201a2877738e66 (patch) | |
| tree | 773d0ded5dad001117e57defc0e57372081b88da /src/alloc.c | |
| parent | 1d8d96fa607e344acd8731a3ba1d4894a808482b (diff) | |
| download | emacs-d5e7c279e59c8dbc3175b23aea201a2877738e66.tar.gz emacs-d5e7c279e59c8dbc3175b23aea201a2877738e66.zip | |
*** empty log message ***
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\ |