diff options
author | Jim Blandy <jimb@redhat.com> | 1991-07-28 18:07:56 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 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.tar.bz2 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) depends on endianness. */ DEFUN ("make-rope", Fmake_rope, Smake_rope, 0, MANY, 0, - "Return a newly created rope containing the arguments of this function. + "Return a newly created rope containing the arguments of this function.\n\ A rope is a string, except that its contents will be treated as an\n\ array of glyphs, where a glyph is an integer type that may be larger\n\ than a character. Emacs is normally configured to use 8-bit glyphs,\n\ |