aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-12 00:27:27 -0800
committerGlenn Morris2014-02-12 00:27:27 -0800
commita8cb4247f9023dc1237854ee8f8727c82ec7d8a6 (patch)
treef9daf2bf25369bfadc1a4ca20225355399e0d65c /doc
parenta9a61c77b3effd0e00b20ff714e430ee6b2a937a (diff)
downloademacs-a8cb4247f9023dc1237854ee8f8727c82ec7d8a6.tar.gz
emacs-a8cb4247f9023dc1237854ee8f8727c82ec7d8a6.zip
Some icomplete doc
* doc/emacs/mini.texi (Completion Options): No longer mention icomplete, which has its own section now. * doc/emacs/modes.texi (Minor Modes): Update Icomplete xref. * lisp/icomplete.el: Commentary updates. (icomplete): Add info-link to defgroup. (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook) (icomplete-minibuffer-map, icomplete-mode) (icomplete-simple-completing-p, icomplete-completions): Doc fixes. * etc/NEWS: Related edits.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/mini.texi7
-rw-r--r--doc/emacs/modes.texi3
3 files changed, 5 insertions, 9 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 0a17567865d..f60ce671728 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,9 @@
12014-02-12 Glenn Morris <rgm@gnu.org> 12014-02-12 Glenn Morris <rgm@gnu.org>
2 2
3 * mini.texi (Completion Options): No longer mention icomplete,
4 which has its own section now.
5 * modes.texi (Minor Modes): Update Icomplete xref.
6
3 * help.texi (Package Keywords): Mention describe-package buttons. 7 * help.texi (Package Keywords): Mention describe-package buttons.
4 8
5 * package.texi (Package Menu): Mention package-menu-filter. 9 * package.texi (Package Menu): Mention package-menu-filter.
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 6fc501a903e..b575e4adbd3 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -575,13 +575,6 @@ in a cyclic manner. If you give @code{completion-cycle-threshold} a
575numeric value @var{n}, completion commands switch to this cycling 575numeric value @var{n}, completion commands switch to this cycling
576behavior only when there are @var{n} or fewer alternatives. 576behavior only when there are @var{n} or fewer alternatives.
577 577
578@cindex Icomplete mode
579@findex icomplete-mode
580 Icomplete mode presents a constantly-updated display that tells you
581what completions are available for the text you've entered so far. The
582command to enable or disable this minor mode is @kbd{M-x
583icomplete-mode}.
584
585@node Minibuffer History 578@node Minibuffer History
586@section Minibuffer History 579@section Minibuffer History
587@cindex minibuffer history 580@cindex minibuffer history
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi
index 7409222f7c8..b21be99e16c 100644
--- a/doc/emacs/modes.texi
+++ b/doc/emacs/modes.texi
@@ -263,8 +263,7 @@ in the region, if the region is active. @xref{Using Region}.
263 263
264@item 264@item
265Icomplete mode displays an indication of available completions when 265Icomplete mode displays an indication of available completions when
266you are in the minibuffer and completion is active. @xref{Completion 266you are in the minibuffer and completion is active. @xref{Icomplete}.
267Options}.
268 267
269@item 268@item
270Line Number mode enables display of the current line number in the 269Line Number mode enables display of the current line number in the