# HG changeset patch # User Miles Bader # Date 975290885 0 # Node ID da7e7cbec5c6692a2ca93d4cfe05d9b28812df79 # Parent 2c4faf64d4cad4513107bbd8d6f36d8be0f1ad8e (help-manyarg-func-alist): Correct entry for `vconcat'. diff -r 2c4faf64d4ca -r da7e7cbec5c6 lisp/help.el --- a/lisp/help.el Sun Nov 26 20:28:54 2000 +0000 +++ b/lisp/help.el Mon Nov 27 02:08:05 2000 +0000 @@ -1523,7 +1523,7 @@ (funcall . "(funcall FUNCTION &rest ARGUMENTS)") (append . "(append &rest SEQUENCES)") (concat . "(concat &rest SEQUENCES)") - (vconcat . "(vconcat vconcat)") + (vconcat . "(vconcat &rest SEQUENCES)") (nconc . "(nconc &rest LISTS)") (widget-apply . "(widget-apply WIDGET PROPERTY &rest ARGS)") (make-hash-table . "(make-hash-table &rest KEYWORD-ARGS)")