comparison lisp/completion.el @ 22250:a77d473867b8

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Tue, 26 May 1998 09:23:23 +0000
parents 4bcb67851128
children 55b2ea28932a
comparison
equal deleted inserted replaced
22249:9a8adf8f1efa 22250:a77d473867b8
1 ;;; completion.el --- dynamic word-completion code 1 ;;; completion.el --- dynamic word-completion code
2 2
3 ;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: FSF 5 ;; Maintainer: FSF
6 ;; Keywords: abbrev 6 ;; Keywords: abbrev convenience
7 ;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc. 7 ;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc.
8 ;; (ideas suggested by Brewster Kahle) 8 ;; (ideas suggested by Brewster Kahle)
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
279 ;; User changeable parameters 279 ;; User changeable parameters
280 ;;--------------------------------------------------------------------------- 280 ;;---------------------------------------------------------------------------
281 281
282 (defgroup completion nil 282 (defgroup completion nil
283 "Dynamic word-completion code." 283 "Dynamic word-completion code."
284 :group 'matching) 284 :group 'matching
285 :group 'convenience)
285 286
286 287
287 (defcustom enable-completion t 288 (defcustom enable-completion t
288 "*Non-nil means enable recording and saving of completions. 289 "*Non-nil means enable recording and saving of completions.
289 If nil, no new words added to the database or saved to the init file." 290 If nil, no new words added to the database or saved to the init file."