diff options
| author | Eli Zaretskii | 2016-01-16 16:54:35 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-16 16:54:35 +0200 |
| commit | 964ba0f5261b2de1c5979cef8727cd1663b4438b (patch) | |
| tree | 5c71acc5a95b2782e3ab595f255378a2c6629e9a /etc | |
| parent | 2460cfac091c6a5b095816bef9e639f9da88f432 (diff) | |
| download | emacs-964ba0f5261b2de1c5979cef8727cd1663b4438b.tar.gz emacs-964ba0f5261b2de1c5979cef8727cd1663b4438b.zip | |
Document 'funcall-interactively'
* doc/lispref/commands.texi (Interactive Call): Document
'funcall-interactively'.
* doc/lispref/functions.texi (Calling Functions): Mention
'funcall-interactively' and provide a cross-reference.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1467,6 +1467,7 @@ MS-Windows doesn't support UTF-8 as codeset in its locales. | |||
| 1467 | +++ | 1467 | +++ |
| 1468 | ** New function `alist-get', which is also a valid place (aka lvalue). | 1468 | ** New function `alist-get', which is also a valid place (aka lvalue). |
| 1469 | 1469 | ||
| 1470 | +++ | ||
| 1470 | ** New function `funcall-interactively', which works like `funcall' | 1471 | ** New function `funcall-interactively', which works like `funcall' |
| 1471 | 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) |
| 1472 | called interactively. | 1473 | called interactively. |