diff options
author | Miles Bader <miles@gnu.org> | 2000-11-27 02:08:39 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-11-27 02:08:39 +0000 |
commit | 46c569725e256637a880607dcbf3be1deee6b122 (patch) | |
tree | 69610686b1b5caeb12638540d1a20a7418e362c6 /lisp/help.el | |
parent | 7ea85f5bd7e19fa5c787be84809c83e9d50da655 (diff) | |
download | emacs-46c569725e256637a880607dcbf3be1deee6b122.tar.gz |
(help-manyarg-func-alist): Correct entry for `vconcat'.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 92a682d4fe4..8c9f5c80901 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1523,7 +1523,7 @@ out of view." (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)") |