diff options
| author | Chong Yidong | 2011-12-25 22:16:00 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-12-25 22:16:00 +0800 |
| commit | 3d992aa0700903718a0f3d0d2be1b6879878f2b9 (patch) | |
| tree | 9bb0e3d156bf341b48f3b000697bb59d2dc3cdf9 /etc | |
| parent | 2170cb536dd1b4860618bf4ab7f1311c0d35e5a3 (diff) | |
| download | emacs-3d992aa0700903718a0f3d0d2be1b6879878f2b9.tar.gz emacs-3d992aa0700903718a0f3d0d2be1b6879878f2b9.zip | |
More updates to Maintaining chapter of Emacs manual.
* files.texi (Misc File Ops): Mention vc-delete-file.
* maintaining.texi (Tags): Mention Semantic.
(Create Tags Table, Etags Regexps): Copyedits.
(Find Tag): Mention minibuffer completion.
(List Tags): Mention completion-at-point. Completion is actually
available in M-x list-tags.
* programs.texi (Symbol Completion): Mention completion-at-point
explicitly.
* vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
Document vc-delete-file.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -97,10 +97,10 @@ and also when HOME is set to C:\ by default. | |||
| 97 | ** Completion | 97 | ** Completion |
| 98 | 98 | ||
| 99 | *** shell-mode uses pcomplete rules, with the standard completion UI. | 99 | *** shell-mode uses pcomplete rules, with the standard completion UI. |
| 100 | 100 | +++ | |
| 101 | *** Many packages have been changed to use `completion-at-point' | 101 | *** Many packages have been changed to use `completion-at-point' |
| 102 | rather than their own completion code. | 102 | rather than their own completion code. |
| 103 | 103 | +++ | |
| 104 | *** `completion-at-point' now handles tags and semantic completion. | 104 | *** `completion-at-point' now handles tags and semantic completion. |
| 105 | --- | 105 | --- |
| 106 | *** Completion in a non-minibuffer now tries to detect the end of completion | 106 | *** Completion in a non-minibuffer now tries to detect the end of completion |