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:
parent
7ea85f5bd7
commit
46c569725e
@ -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
|
||||
|
@ -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)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user