changeset 33889:da7e7cbec5c6

(help-manyarg-func-alist): Correct entry for `vconcat'.
author Miles Bader <miles@gnu.org>
date Mon, 27 Nov 2000 02:08:05 +0000
parents 2c4faf64d4ca
children e3c85fefcf0d
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)")