diff options
| author | Chong Yidong | 2011-10-07 12:22:04 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-10-07 12:22:04 -0400 |
| commit | de0bde6284da06b603b578cc5d19002fd15f928d (patch) | |
| tree | 17a8c6b94b18d9173ccf23fcf39e25efadc051a6 /etc | |
| parent | c383327999c7bd66492878122fd2867acdeb9a23 (diff) | |
| download | emacs-de0bde6284da06b603b578cc5d19002fd15f928d.tar.gz emacs-de0bde6284da06b603b578cc5d19002fd15f928d.zip | |
Copyedits and updates for Emacs manual's first few chapters.
* doc/emacs/basic.texi (Inserting Text): Add xref to Completion. Add
ucs-insert example, and document prefix argument.
(Moving Point): Fix introduction; C-f/C-b are no longer equivalent
to left/right. Tweak left-char and right-char descriptions.
M-left and M-right are now bound to left-word/right-word.
(Erasing): Document delete-forward-char.
* doc/emacs/commands.texi (User Input): Define "input event" more clearly.
(Keys): Add xref to Echo Area.
(Commands): Clarify relation between commands and functions.
* doc/emacs/entering.texi (Entering Emacs): Define "startup screen".
Document window-splitting behavior with command-line inputs.
(Exiting): Remove obsolete paragraph about shells without suspend
functionality.
* doc/emacs/frames.texi (Non-Window Terminals): Index just "text-only
terminal", which is used throughout the manual now.
* doc/emacs/screen.texi (Screen, Menu Bar): Copyedits.
(Point): Remove duplicate paragraph on cursors, also in Screen.
(Mode Line): Trailing dashes no longer shown on X displays.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -96,8 +96,10 @@ and also when HOME is set to C:\ by default. | |||
| 96 | 96 | ||
| 97 | *** shell-mode uses pcomplete rules, with the standard completion UI. | 97 | *** shell-mode uses pcomplete rules, with the standard completion UI. |
| 98 | 98 | ||
| 99 | *** Many packages have been changed to use completion-at-point rather than | 99 | *** Many packages have been changed to use `completion-at-point' |
| 100 | their own completion code. | 100 | rather than their own completion code. |
| 101 | |||
| 102 | *** `completion-at-point' now handles tags and semantic completion. | ||
| 101 | 103 | ||
| 102 | *** Completion in a non-minibuffer now tries to detect the end of completion | 104 | *** Completion in a non-minibuffer now tries to detect the end of completion |
| 103 | and pops down the *Completions* buffer accordingly. | 105 | and pops down the *Completions* buffer accordingly. |
| @@ -455,8 +457,6 @@ isearch-yank-kill. | |||
| 455 | +++ | 457 | +++ |
| 456 | ** New command `count-words-region'. This does what you expect. | 458 | ** New command `count-words-region'. This does what you expect. |
| 457 | 459 | ||
| 458 | ** completion-at-point now handles tags and semantic completion. | ||
| 459 | |||
| 460 | ** The default value of `backup-by-copying-when-mismatch' is now t. | 460 | ** The default value of `backup-by-copying-when-mismatch' is now t. |
| 461 | 461 | ||
| 462 | ** The command `just-one-space' (M-SPC), if given a negative argument, | 462 | ** The command `just-one-space' (M-SPC), if given a negative argument, |
| @@ -724,6 +724,8 @@ in the Rmail incoming message. | |||
| 724 | 724 | ||
| 725 | ** Shell mode | 725 | ** Shell mode |
| 726 | 726 | ||
| 727 | *** Shell mode uses pcomplete rules, with the standard completion UI. | ||
| 728 | |||
| 727 | *** The `shell' command prompts for the shell path name if the default | 729 | *** The `shell' command prompts for the shell path name if the default |
| 728 | directory is a remote file name and neither the environment variable | 730 | directory is a remote file name and neither the environment variable |
| 729 | $ESHELL nor the variable `explicit-shell-file-name' is set. | 731 | $ESHELL nor the variable `explicit-shell-file-name' is set. |