Mercurial > emacs
changeset 67876:d3f449ec33bd
(lazy-completion-table): Correct typo in docstring.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 28 Dec 2005 16:36:18 +0000 |
parents | e1dfc5458653 |
children | 2ea40935bde1 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Wed Dec 28 10:47:55 2005 +0000 +++ b/lisp/subr.el Wed Dec 28 16:36:18 2005 +0000 @@ -2271,7 +2271,7 @@ ;; (lazy-completion-table var (lambda () (fun x y)))) ;; depending on the behavior they want. "Initialize variable VAR as a lazy completion table. -If the completion table VAR is used for the first tidme (e.g., by passing VAR +If the completion table VAR is used for the first time (e.g., by passing VAR as an argument to `try-completion'), the function FUN is called with no arguments. FUN must return the completion table that will be stored in VAR. If completion is requested in the minibuffer, FUN will be called in the buffer