Mercurial > emacs
comparison etc/NEWS @ 29238:552f0327e586
subr-arity
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 26 May 2000 10:28:09 +0000 |
parents | e956cc90f6c0 |
children | c0fe782084bb |
comparison
equal
deleted
inserted
replaced
29237:ae0e64edbaad | 29238:552f0327e586 |
---|---|
893 "operator+", without spaces between the keyword and the operator. | 893 "operator+", without spaces between the keyword and the operator. |
894 | 894 |
895 *** New language Ada: tags are functions, procedures, packages, tasks, and | 895 *** New language Ada: tags are functions, procedures, packages, tasks, and |
896 types. | 896 types. |
897 | 897 |
898 *** In Fortran, procedure is no more tagged. | 898 *** In Fortran, `procedure' is not tagged. |
899 | 899 |
900 *** In Java, tags are created for "interface". | 900 *** In Java, tags are created for "interface". |
901 | 901 |
902 *** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs | 902 *** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs |
903 are now tagged. | 903 are now tagged. |
1196 *** ph.el has been obsoleted by EUDC and removed. | 1196 *** ph.el has been obsoleted by EUDC and removed. |
1197 | 1197 |
1198 | 1198 |
1199 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 1199 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
1200 (Display-related features are described in a page of their own below.) | 1200 (Display-related features are described in a page of their own below.) |
1201 | |
1202 ** The function `sub-arity' provides information on the argument list | |
1203 of a primitive. | |
1201 | 1204 |
1202 | 1205 |
1203 * Lisp changes in Emacs 21.1 (see following page for display-related features) | 1206 * Lisp changes in Emacs 21.1 (see following page for display-related features) |
1204 | 1207 |
1205 Note that +++ before an item means the Lisp manual has been updated. | 1208 Note that +++ before an item means the Lisp manual has been updated. |