aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-12-25 22:16:00 +0800
committerChong Yidong2011-12-25 22:16:00 +0800
commit3d992aa0700903718a0f3d0d2be1b6879878f2b9 (patch)
tree9bb0e3d156bf341b48f3b000697bb59d2dc3cdf9 /etc
parent2170cb536dd1b4860618bf4ab7f1311c0d35e5a3 (diff)
downloademacs-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5e274f987e5..95d1854744b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'
102rather than their own completion code. 102rather 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