diff options
| author | Luc Teirlinck | 2005-12-28 16:36:18 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-12-28 16:36:18 +0000 |
| commit | 3cf212510bc80050e0c244dfc15a2f2b278ef2da (patch) | |
| tree | 3a6e7f35102a691b04aa1d933e8891dae5e1152c /lisp | |
| parent | 82bc1fd69f070cd4bf737001d6913b0011d90a52 (diff) | |
| download | emacs-3cf212510bc80050e0c244dfc15a2f2b278ef2da.tar.gz emacs-3cf212510bc80050e0c244dfc15a2f2b278ef2da.zip | |
(lazy-completion-table): Correct typo in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index ec9398e78da..deaa06c7e5d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -2271,7 +2271,7 @@ that can be used as the ALIST argument to `try-completion' and | |||
| 2271 | ;; (lazy-completion-table var (lambda () (fun x y)))) | 2271 | ;; (lazy-completion-table var (lambda () (fun x y)))) |
| 2272 | ;; depending on the behavior they want. | 2272 | ;; depending on the behavior they want. |
| 2273 | "Initialize variable VAR as a lazy completion table. | 2273 | "Initialize variable VAR as a lazy completion table. |
| 2274 | If the completion table VAR is used for the first tidme (e.g., by passing VAR | 2274 | If the completion table VAR is used for the first time (e.g., by passing VAR |
| 2275 | as an argument to `try-completion'), the function FUN is called with no | 2275 | as an argument to `try-completion'), the function FUN is called with no |
| 2276 | arguments. FUN must return the completion table that will be stored in VAR. | 2276 | arguments. FUN must return the completion table that will be stored in VAR. |
| 2277 | If completion is requested in the minibuffer, FUN will be called in the buffer | 2277 | If completion is requested in the minibuffer, FUN will be called in the buffer |