diff options
| author | Eli Zaretskii | 2015-11-28 20:27:52 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-28 20:27:52 +0200 |
| commit | 63f7e4b4b95f8c347144596efcb9b5d806724c8d (patch) | |
| tree | 0b5fa2ad9d3bdfcd2fc7a120964b8ca432e2d68d /etc | |
| parent | fadc3e0dfd7fafa9c65f689a59244fdb3ca94e54 (diff) | |
| download | emacs-63f7e4b4b95f8c347144596efcb9b5d806724c8d.tar.gz emacs-63f7e4b4b95f8c347144596efcb9b5d806724c8d.zip | |
Document the shorthand hints displayed by M-x
* doc/emacs/m-x.texi (M-x): Document the numeric meaning of
suggest-key-bindings. Document the shorthand hints for commands
that have no key bindings. Document that M-x completion ignores
obsolete commands.
* etc/NEWS: Move the M-x entry to "Editing Changes" and mark it as
documented.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -148,7 +148,6 @@ the `network-security-level' variable. | |||
| 148 | +++ | 148 | +++ |
| 149 | ** C-h l now also lists the commands that were run. | 149 | ** C-h l now also lists the commands that were run. |
| 150 | 150 | ||
| 151 | ** M-x suggests shorthands and ignores obsolete commands for completion. | ||
| 152 | ** x-select-enable-clipboard is renamed select-enable-clipboard. | 151 | ** x-select-enable-clipboard is renamed select-enable-clipboard. |
| 153 | x-select-enable-primary and renamed select-enable-primary. | 152 | x-select-enable-primary and renamed select-enable-primary. |
| 154 | Additionally they both now apply to all systems (OSX, GNUstep, Windows, you | 153 | Additionally they both now apply to all systems (OSX, GNUstep, Windows, you |
| @@ -316,6 +315,9 @@ at configure time. | |||
| 316 | 315 | ||
| 317 | * Editing Changes in Emacs 25.1 | 316 | * Editing Changes in Emacs 25.1 |
| 318 | 317 | ||
| 318 | +++ | ||
| 319 | ** M-x suggests shorthands and ignores obsolete commands for completion. | ||
| 320 | |||
| 319 | ** Successive single-char deletions are collapsed in the undo-log just like | 321 | ** Successive single-char deletions are collapsed in the undo-log just like |
| 320 | successive char insertions. | 322 | successive char insertions. |
| 321 | 323 | ||