summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-03-31 16:03:46 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-03-31 16:03:46 +0000
commita2cf021231c3b92e457bd53ff3abcb452b9c61ce (patch)
treef12e7be72ad5fc1a275752e5328589ff07a59ac2 /lisp
parentab1921073fe48bbceb17683b4da0a8402285907f (diff)
downloademacs-a2cf021231c3b92e457bd53ff3abcb452b9c61ce.tar.gz
emacs-a2cf021231c3b92e457bd53ff3abcb452b9c61ce.tar.bz2
emacs-a2cf021231c3b92e457bd53ff3abcb452b9c61ce.zip
(ido-report-no-match, ido-switch-buffer,
ido-read-file-name-as-directory-commands): Fix typos in docstrings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/ido.el8
2 files changed, 7 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4de14734ef9..bba6b2f0564 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,8 @@
2006-03-31 Juanma Barranquero <lekktu@gmail.com>
- * ido.el (ido-cache-unc-host-shares-time)
- (ido-max-work-file-list, ido-switch-buffer):
+ * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
+ (ido-max-work-file-list, ido-switch-buffer)
+ (ido-read-file-name-as-directory-commands):
Fix typos in docstrings.
2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
diff --git a/lisp/ido.el b/lisp/ido.el
index 3bf717e521f..3de76a36e07 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -891,7 +891,7 @@ Must be set before enabling ido mode."
:group 'ido)
(defcustom ido-read-file-name-as-directory-commands '()
- "List of commands which uses read-file-name to read a directory name.
+ "List of commands which uses `read-file-name' to read a directory name.
When `ido-everywhere' is non-nil, the commands in this list will read
the directory using `ido-read-directory-name'."
:type '(repeat symbol)
@@ -988,7 +988,7 @@ Copied from `icomplete-eoinput'.")
"List of files currently matching `ido-text'.")
(defvar ido-report-no-match t
- "Report [No Match] when no completions matches ido-text.")
+ "Report [No Match] when no completions matches `ido-text'.")
(defvar ido-exit nil
"Flag to monitor how `ido-find-file' exits.
@@ -1699,7 +1699,7 @@ With ARG, turn ido speed-up on if arg is positive, off otherwise."
;; the relevant function is called (find-file, write-file, etc).
(defun ido-read-internal (item prompt history &optional default require-match initial)
- "Perform the ido-read-buffer and ido-read-file-name functions.
+ "Perform the `ido-read-buffer' and `ido-read-file-name' functions.
Return the name of a buffer or file selected.
PROMPT is the prompt to give to the user.
DEFAULT if given is the default directory to start with.
@@ -3757,7 +3757,7 @@ in a separate window.
\\[ido-toggle-prefix] Toggle between substring and prefix matching.
\\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
\\[ido-completion-help] Show list of matching buffers in separate window.
-\\[ido-enter-find-file] Drop into ido-find-file.
+\\[ido-enter-find-file] Drop into `ido-find-file'.
\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'."
(interactive)