1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(help-manyarg-func-alist): Correct entry for `vconcat'.

This commit is contained in:
Miles Bader 2000-11-27 02:08:39 +00:00
parent 7ea85f5bd7
commit 46c569725e
2 changed files with 5 additions and 1 deletions

View 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

View 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)")