From 46c569725e256637a880607dcbf3be1deee6b122 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 27 Nov 2000 02:08:39 +0000 Subject: [PATCH] (help-manyarg-func-alist): Correct entry for `vconcat'. --- lisp/ChangeLog | 4 ++++ lisp/help.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b8beee5d6c..33166cac7f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-27 Miles Bader + + * help.el (help-manyarg-func-alist): Correct entry for `vconcat'. + 2000-11-25 Jason Rumney * startup.el (command-line): Call set-locale-environment after 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)") -- 2.39.2