aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-08 20:52:25 +0800
committerXue Fuqiao2013-08-08 20:52:25 +0800
commit15938cf47495515e2df9edffc84cea1d2cbd0fe5 (patch)
tree2a10117fe0ce29607d52e97e41e74413642d5771
parent03300a14a08d3eb0afc85f2e4e7b123481ac7fcf (diff)
downloademacs-15938cf47495515e2df9edffc84cea1d2cbd0fe5.tar.gz
emacs-15938cf47495515e2df9edffc84cea1d2cbd0fe5.zip
Add documentation of `ido-confirm-unique-completion'.
doc/misc/ido.texi: (Misc Customization): Add documentation of `ido-confirm-unique-completion'.
-rw-r--r--doc/misc/ChangeLog1
-rw-r--r--doc/misc/ido.texi56
2 files changed, 27 insertions, 30 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index aa8cb3fa39c..d33c4512505 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * ido.texi (Top): Insert node "Working Directories" in menu. 3 * ido.texi (Top): Insert node "Working Directories" in menu.
4 (Working Directories): New node. 4 (Working Directories): New node.
5 (Misc Customization): Add documentation of `ido-confirm-unique-completion'.
5 6
62013-08-07 Eli Zaretskii <eliz@gnu.org> 72013-08-07 Eli Zaretskii <eliz@gnu.org>
7 8
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi
index bf0db3f28f2..a31db26fc27 100644
--- a/doc/misc/ido.texi
+++ b/doc/misc/ido.texi
@@ -156,25 +156,17 @@ of this @code{ido-work-directory-list} whenever a file is opened with
156@c @cindex merge 156@c @cindex merge
157@c or maybe a new node for ``merge'' 157@c or maybe a new node for ``merge''
158 158
159@c @findex ido-merge-work-directories 159@c @deffn Command ido-merge-work-directories
160@c @defun ido-merge-work-directories
161@c @end defun
162 160
163@c @findex ido-prev-work-directory 161@c @deffn Command ido-prev-work-directory
164@c @defun ido-prev-work-directory
165@c @end defun
166 162
167@c @findex ido-next-work-directory 163@c @deffn Command ido-next-work-directory
168@c @defun ido-next-work-directory
169@c @end defun
170 164
171@c @findex ido-forget-work-directory 165@c @deffn Command ido-forget-work-directory
172@c @defun ido-forget-work-directory
173@c @end defun
174 166
175@c @vindex ido-use-merged-list 167@c @defvar ido-use-merged-list
176@c @vindex ido-try-merged-list 168@c @defvar ido-try-merged-list
177@c @vindex ido-pre-merge-state 169@c @defvar ido-pre-merge-state
178 170
179@defvr {User Option} ido-max-work-directory-list 171@defvr {User Option} ido-max-work-directory-list
180This user option specifies maximum number of working directories to 172This user option specifies maximum number of working directories to
@@ -314,7 +306,7 @@ of the list and hit @key{RET}.
314To go up to the parent directory, delete any partial file name already 306To go up to the parent directory, delete any partial file name already
315specified (e.g. using @key{DEL}) and hit @key{DEL}. 307specified (e.g. using @key{DEL}) and hit @key{DEL}.
316 308
317@c @defun ido-delete-backward-updir 309@c @deffn Command ido-delete-backward-updir
318 310
319@cindex root directory 311@cindex root directory
320@cindex home directory 312@cindex home directory
@@ -344,22 +336,20 @@ If for some reason you cannot specify the proper file using
344@code{ido-switch-buffer}. 336@code{ido-switch-buffer}.
345 337
346@c @kindex C-x b 338@c @kindex C-x b
347@c @findex ido-switch-buffer 339@c @deffn Command ido-switch-buffer
348@c @defun ido-switch-buffer
349@c This command switch to another buffer interactively. 340@c This command switch to another buffer interactively.
350@c @end defun 341@c @end deffn
351 342
352@c @kindex C-x C-f 343@c @kindex C-x C-f
353@c @findex ido-find-file 344@c @deffn Command ido-find-file
354@c @defun ido-find-file
355@c Edit file with name obtained via minibuffer. 345@c Edit file with name obtained via minibuffer.
356@c @end defun 346@c @end deffn
357 347
358@c @kindex C-x d 348@c @kindex C-x d
359@c @findex ido-dired 349@c @findex ido-dired
360@c @defun ido-dired 350@c @deffn Command ido-dired
361@c Call Dired the Ido way. 351@c Call Dired the Ido way.
362@c @end defun 352@c @end deffn
363 353
364@node Prefix Matching 354@node Prefix Matching
365@section Prefix Matching 355@section Prefix Matching
@@ -454,7 +444,7 @@ buffers or files.
454You can toggle display of the hidden buffers and files with @kbd{C-a} 444You can toggle display of the hidden buffers and files with @kbd{C-a}
455(@code{ido-toggle-ignore}). 445(@code{ido-toggle-ignore}).
456 446
457@c @defun ido-toggle-ignore 447@c @deffn Command ido-toggle-ignore
458 448
459@node Customization 449@node Customization
460@chapter Customization 450@chapter Customization
@@ -603,7 +593,7 @@ buffer and file names should ignore case.
603@end defvr 593@end defvr
604 594
605@defvr {User Option} ido-show-dot-for-dired 595@defvr {User Option} ido-show-dot-for-dired
606If the value of this user option is non-@code{nil} , always put 596If the value of this user option is non-@code{nil}, always put
607@samp{.} as the first item in file name lists. This allows the 597@samp{.} as the first item in file name lists. This allows the
608current directory to be opened immediately with Dired 598current directory to be opened immediately with Dired
609@end defvr 599@end defvr
@@ -615,7 +605,13 @@ if you type a dot as first char (even if @code{ido-enable-prefix} is
615@code{nil}). 605@code{nil}).
616@end defvr 606@end defvr
617 607
618@c @defvr {User Option} ido-confirm-unique-completion 608@defvr {User Option} ido-confirm-unique-completion
609If the value of this user option is non-@code{nil} , even a unique
610completion must be confirmed. This means that @code{ido-complete}
611(@key{TAB}) must always be followed by @code{ido-exit-minibuffer}
612(@key{RET}) even when there is only one unique completion.
613@end defvr
614
619@c @defvr {User Option} ido-cannot-complete-command 615@c @defvr {User Option} ido-cannot-complete-command
620@c @defvr {User Option} ido-record-commands 616@c @defvr {User Option} ido-record-commands
621@c @defvr {User Option} ido-max-file-prompt-width 617@c @defvr {User Option} ido-max-file-prompt-width
@@ -672,8 +668,8 @@ and you find that the file you are after is not in any buffer, you can
672press @kbd{C-f} to immediately drop into @code{ido-find-file}. And 668press @kbd{C-f} to immediately drop into @code{ido-find-file}. And
673you can switch back to buffer selection with @kbd{C-b}. 669you can switch back to buffer selection with @kbd{C-b}.
674 670
675@c @defun ido-magic-forward-char 671@c @deffn Command ido-magic-forward-char
676@c @defun ido-magic-backward-char 672@c @deffn Command ido-magic-backward-char
677 673
678You can also use Ido in your Emacs Lisp programs: 674You can also use Ido in your Emacs Lisp programs:
679 675
@@ -723,7 +719,7 @@ functions @code{read-buffer} and @code{read-file-name}.
723To use ido for all buffer and file selections in Emacs, customize the 719To use ido for all buffer and file selections in Emacs, customize the
724variable @code{ido-everywhere}. 720variable @code{ido-everywhere}.
725 721
726@c @defun ido-everywhere 722@c @deffn Command ido-everywhere
727@c @defvr {User Option} ido-everywhere 723@c @defvr {User Option} ido-everywhere
728 724
729@node Other Packages 725@node Other Packages