]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-manyarg-func-alist): Correct entry for `vconcat'.
authorMiles Bader <miles@gnu.org>
Mon, 27 Nov 2000 02:08:39 +0000 (02:08 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 27 Nov 2000 02:08:39 +0000 (02:08 +0000)
lisp/ChangeLog
lisp/help.el

index 9b8beee5d6ccf712672f748ce34e0cff5965caa8..33166cac7f8d77b3a2c43ae6c7f4a57570585ef8 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-27  Miles Bader  <miles@gnu.org>
+
+       * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
+
 2000-11-25  Jason Rumney  <jasonr@gnu.org>
 
        * startup.el (command-line): Call set-locale-environment after
index 92a682d4fe4a81e61a3c5e6058fb300ae5439037..8c9f5c80901613e2d2d86998dddb55bdc3dfd79c 100644 (file)
@@ -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)")