diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-01-29 16:10:37 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-01-29 16:10:37 +0000 |
commit | 228b1afdf7e1d9a11f2d69db9a3503b71243f85c (patch) | |
tree | f31f3329d65e8fea7536fa183810ebaab22031b8 /lisp/isearchb.el | |
parent | f5bb919695e139e5068d754a80a17f6522d49d2b (diff) | |
download | emacs-228b1afdf7e1d9a11f2d69db9a3503b71243f85c.tar.gz |
(isearchb-iswitchb): Fix typo in docstring.
Diffstat (limited to 'lisp/isearchb.el')
-rw-r--r-- | lisp/isearchb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearchb.el b/lisp/isearchb.el index 0f46969a2d2..72a06fa687b 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el @@ -115,7 +115,7 @@ If nil, don't use a timeout." (defun isearchb-iswitchb () "isearchb's custom version of the `iswitchb' command. -It's purpose is to pass different call arguments to +Its purpose is to pass different call arguments to `iswitchb-read-buffer'." (interactive) (let* ((prompt "iswitch ") |