Mercurial > emacs
comparison lisp/completion.el @ 19894:4bcb67851128
(save-completions-flag): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Sep 1997 22:34:14 +0000 |
parents | 2a9fdbfcb993 |
children | a77d473867b8 |
comparison
equal
deleted
inserted
replaced
19893:14e5e43d8626 | 19894:4bcb67851128 |
---|---|
290 :type 'boolean | 290 :type 'boolean |
291 :group 'completion) | 291 :group 'completion) |
292 | 292 |
293 (defcustom save-completions-flag t | 293 (defcustom save-completions-flag t |
294 "*Non-nil means save most-used completions when exiting Emacs. | 294 "*Non-nil means save most-used completions when exiting Emacs. |
295 See also `saved-completions-retention-time'." | 295 See also `save-completions-retention-time'." |
296 :type 'boolean | 296 :type 'boolean |
297 :group 'completion) | 297 :group 'completion) |
298 | 298 |
299 (defcustom save-completions-file-name (convert-standard-filename "~/.completions") | 299 (defcustom save-completions-file-name (convert-standard-filename "~/.completions") |
300 "*The filename to save completions to." | 300 "*The filename to save completions to." |