diff options
| author | Richard M. Stallman | 1992-08-28 05:45:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-08-28 05:45:03 +0000 |
| commit | aec1184c2205099998ed74dc46a04df7c04b3d12 (patch) | |
| tree | be388afbc5ecd11a231d21f1d614014cc10081a2 /src | |
| parent | e67c69ed1cca9d15ddafaf833335a2a66ce3b631 (diff) | |
| download | emacs-aec1184c2205099998ed74dc46a04df7c04b3d12.tar.gz emacs-aec1184c2205099998ed74dc46a04df7c04b3d12.zip | |
(Fappend): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -184,7 +184,7 @@ DEFUN ("append", Fappend, Sappend, 0, MANY, 0, | |||
| 184 | "Concatenate all the arguments and make the result a list.\n\ | 184 | "Concatenate all the arguments and make the result a list.\n\ |
| 185 | The result is a list whose elements are the elements of all the arguments.\n\ | 185 | The result is a list whose elements are the elements of all the arguments.\n\ |
| 186 | Each argument may be a list, vector or string.\n\ | 186 | Each argument may be a list, vector or string.\n\ |
| 187 | The last argument is not copied if it is a list.") | 187 | The last argument is not copied, just used as the tail of the new list.") |
| 188 | (nargs, args) | 188 | (nargs, args) |
| 189 | int nargs; | 189 | int nargs; |
| 190 | Lisp_Object *args; | 190 | Lisp_Object *args; |