diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -182,6 +182,13 @@ a new window when opening man pages when there's already one, use | |||
| 182 | (mode . Man-mode)))) | 182 | (mode . Man-mode)))) |
| 183 | 183 | ||
| 184 | +++ | 184 | +++ |
| 185 | ** New function 'func-arity' returns information about the argument list | ||
| 186 | of an arbitrary function. | ||
| 187 | This is a generalization of 'subr-arity' for functions that are not | ||
| 188 | built-in primitives. We recommend using this new function instead of | ||
| 189 | 'subr-arity'. | ||
| 190 | |||
| 191 | +++ | ||
| 185 | ** 'parse-partial-sexp' state has a new element. Element 10 is | 192 | ** 'parse-partial-sexp' state has a new element. Element 10 is |
| 186 | non-nil when the last character scanned might be the first character | 193 | non-nil when the last character scanned might be the first character |
| 187 | of a two character construct, i.e. a comment delimiter or escaped | 194 | of a two character construct, i.e. a comment delimiter or escaped |