diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
commit | a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0 (patch) | |
tree | 9ca09d12c605ce9155e55ad82476c9a6d6ebedcd /lisp/completion.el | |
parent | 60d0378e485ded218121a8b8d6ce582e47882fac (diff) | |
download | emacs-a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0.tar.gz |
Comment fixes.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r-- | lisp/completion.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 1e4e281ad1d..918d032797e 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -221,7 +221,7 @@ ;;; With input from many users at TMC, (rose, craig, and gls come to mind), ;;; the current style of interface was developed. ;;; 9/87, Jim and Brewster took terminals home. Yuck. After -;;; complaining for a while Brewester implemented a subset of the current +;;; complaining for a while Brewster implemented a subset of the current ;;; LISPM version for GNU Emacs. ;;; 8/88 After complaining for a while (and with sufficient ;;; promised rewards), Jim reimplemented a version of GNU completion @@ -1045,7 +1045,7 @@ Each symbol is bound to a single completion entry.") ;;; A completion entry is a LIST of string, prefix-symbol num-uses, and ;;; last-use-time (the time the completion was last used) ;;; last-use-time is T if the string should be kept permanently -;;; num-uses is incremented everytime the completion is used. +;;; num-uses is incremented every time the completion is used. ;;; We chose lists because (car foo) is faster than (aref foo 0) and the ;;; creation time is about the same. |