diff options
| -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." | |||
| 115 | 115 | ||
| 116 | (defun isearchb-iswitchb () | 116 | (defun isearchb-iswitchb () |
| 117 | "isearchb's custom version of the `iswitchb' command. | 117 | "isearchb's custom version of the `iswitchb' command. |
| 118 | It's purpose is to pass different call arguments to | 118 | Its purpose is to pass different call arguments to |
| 119 | `iswitchb-read-buffer'." | 119 | `iswitchb-read-buffer'." |
| 120 | (interactive) | 120 | (interactive) |
| 121 | (let* ((prompt "iswitch ") | 121 | (let* ((prompt "iswitch ") |