diff options
| author | Eli Zaretskii | 2016-01-16 17:13:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-16 17:13:16 +0200 |
| commit | 9f493814bb40f1794ab53c84a5397aba1da58cd7 (patch) | |
| tree | 01be3fb2c27354471ce77ac62d632813b85f38c1 /etc | |
| parent | 964ba0f5261b2de1c5979cef8727cd1663b4438b (diff) | |
| download | emacs-9f493814bb40f1794ab53c84a5397aba1da58cd7.tar.gz emacs-9f493814bb40f1794ab53c84a5397aba1da58cd7.zip | |
Document 'function-put'
* doc/lispref/symbols.texi (Symbol Plists): Document
'function-put'. Update documentation of 'function-get'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1472,6 +1472,7 @@ MS-Windows doesn't support UTF-8 as codeset in its locales. | |||
| 1472 | but makes `called-interactively-p' treat the function as (you guessed it) | 1472 | but makes `called-interactively-p' treat the function as (you guessed it) |
| 1473 | called interactively. | 1473 | called interactively. |
| 1474 | 1474 | ||
| 1475 | +++ | ||
| 1475 | ** New function `function-put' to use instead of `put' for function properties. | 1476 | ** New function `function-put' to use instead of `put' for function properties. |
| 1476 | 1477 | ||
| 1477 | +++ | 1478 | +++ |