diff options
| author | Glenn Morris | 2014-03-22 15:36:29 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-03-22 15:36:29 -0700 |
| commit | f9c81e7b487ec0c7e9ff1dbd5f1959cba4433f4c (patch) | |
| tree | d495c678a854371767390e62d40e3f178435c0f0 /etc | |
| parent | 5076d275135c9cbcf1f57182b6294e83b6fd4785 (diff) | |
| download | emacs-f9c81e7b487ec0c7e9ff1dbd5f1959cba4433f4c.tar.gz emacs-f9c81e7b487ec0c7e9ff1dbd5f1959cba4433f4c.zip | |
Include interactive-only information in describe-function output
* lisp/help-fns.el (help-fns--interactive-only): New function.
(help-fns-describe-function-functions): Add the above function.
* lisp/simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
(next-line, previous-line): Remove hand-written interactive-only
information from doc strings, it is auto-generated now.
* lisp/bookmark.el (bookmark-write):
* lisp/epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
(epa-mail-import-keys): Mark interactive-only,
and remove hand-written interactive-only information from doc strings.
* lisp/epa.el (epa-decrypt-armor-in-region, epa-verify-region)
(epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
* lisp/files.el (not-modified):
* lisp/simple.el (mark-whole-buffer): Mark interactive-only.
* doc/lispref/commands.texi (Defining Commands):
Mention that interactive-only also affects describe-function.
* etc/NEWS: Mention this.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -54,6 +54,7 @@ to delete or undelete multiple messages. | |||
| 54 | 54 | ||
| 55 | +++ | 55 | +++ |
| 56 | ** You can specify a function's interactive-only property via `declare'. | 56 | ** You can specify a function's interactive-only property via `declare'. |
| 57 | However you specify it, the property affects `describe-function' output. | ||
| 57 | 58 | ||
| 58 | 59 | ||
| 59 | * Changes in Emacs 24.5 on Non-Free Operating Systems | 60 | * Changes in Emacs 24.5 on Non-Free Operating Systems |