diff options
| author | Paul Eggert | 2013-07-28 00:14:07 +0200 |
|---|---|---|
| committer | Paul Eggert | 2013-07-28 00:14:07 +0200 |
| commit | 94fea300fdf8322ddaddf50b2de592183d9aa71e (patch) | |
| tree | 49f9a00c6c2364143b09bda11a6f147aa32ad15a /doc/misc | |
| parent | 25ac1ded77db0e0a839841872dbd514c4c14956b (diff) | |
| download | emacs-94fea300fdf8322ddaddf50b2de592183d9aa71e.tar.gz emacs-94fea300fdf8322ddaddf50b2de592183d9aa71e.zip | |
Spelling fixes.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ido.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi index e61a90463c5..dbc35b09bb8 100644 --- a/doc/misc/ido.texi +++ b/doc/misc/ido.texi | |||
| @@ -273,7 +273,7 @@ To go to the root directory (on the current drive), enter two slashes. | |||
| 273 | On MS-DOS or Windows, to select the root of another drive, enter | 273 | On MS-DOS or Windows, to select the root of another drive, enter |
| 274 | @samp{X:/} where @samp{X} is the drive letter. To go to the home | 274 | @samp{X:/} where @samp{X} is the drive letter. To go to the home |
| 275 | directory, enter @samp{~/}. To enter Dired for this directory, use | 275 | directory, enter @samp{~/}. To enter Dired for this directory, use |
| 276 | @kbd{C-d}. | 276 | @kbd{C-d}. |
| 277 | 277 | ||
| 278 | @c TODO: a new node for ftp hosts | 278 | @c TODO: a new node for ftp hosts |
| 279 | @cindex ftp hosts | 279 | @cindex ftp hosts |
| @@ -587,14 +587,14 @@ if you type a dot as first char (even if @code{ido-enable-prefix} is | |||
| 587 | @c @defvr {User Option} ido-rotate-file-list-default | 587 | @c @defvr {User Option} ido-rotate-file-list-default |
| 588 | @c @defvr {User Option} ido-enter-matching-directory | 588 | @c @defvr {User Option} ido-enter-matching-directory |
| 589 | @c @defvr {User Option} ido-create-new-buffer | 589 | @c @defvr {User Option} ido-create-new-buffer |
| 590 | @c @defvr {User Option} ido-setup-hook | 590 | @c @defvr {User Option} ido-setup-hook |
| 591 | @c @defvr {User Option} ido-separator | 591 | @c @defvr {User Option} ido-separator |
| 592 | @c @defvr {User Option} ido-decorations | 592 | @c @defvr {User Option} ido-decorations |
| 593 | @c @defvr {User Option} ido-use-virtual-buffers | 593 | @c @defvr {User Option} ido-use-virtual-buffers |
| 594 | @c @defvr {User Option} ido-use-faces | 594 | @c @defvr {User Option} ido-use-faces |
| 595 | @c @defvr {User Option} ido-make-file-list-hook | 595 | @c @defvr {User Option} ido-make-file-list-hook |
| 596 | @c @defvr {User Option} ido-make-dir-list-hook | 596 | @c @defvr {User Option} ido-make-dir-list-hook |
| 597 | @c @defvr {User Option} ido-make-buffer-list-hook | 597 | @c @defvr {User Option} ido-make-buffer-list-hook |
| 598 | @c @defvr {User Option} ido-rewrite-file-prompt-functions | 598 | @c @defvr {User Option} ido-rewrite-file-prompt-functions |
| 599 | @c @defvr {User Option} ido-completion-buffer | 599 | @c @defvr {User Option} ido-completion-buffer |
| 600 | @c @defvr {User Option} ido-completion-buffer-all-completions | 600 | @c @defvr {User Option} ido-completion-buffer-all-completions |
| @@ -689,7 +689,7 @@ If you don't want to rely on the @code{ido-everywhere} functionality, | |||
| 689 | @code{ido-read-directory-name} can be used by other packages to read a | 689 | @code{ido-read-directory-name} can be used by other packages to read a |
| 690 | buffer name, a file name, or a directory name in the @emph{Ido} way. | 690 | buffer name, a file name, or a directory name in the @emph{Ido} way. |
| 691 | 691 | ||
| 692 | @c @node Cheetsheet | 692 | @c @node Cheatsheet |
| 693 | 693 | ||
| 694 | @c * History and Acknowledgments:: How Ido came into being | 694 | @c * History and Acknowledgments:: How Ido came into being |
| 695 | @c @node History and Acknowledgments | 695 | @c @node History and Acknowledgments |