diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-12 22:34:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-12 22:34:14 +0000 |
commit | 5c510e707f561c20a83330df56c0870192d5cb5f (patch) | |
tree | 24757ebe9ccc7bbb7fa752a9e4edd0a37be516fa /lisp/completion.el | |
parent | 0aefe6ac88832e80ff6492b8fa1da644f998eb03 (diff) | |
download | emacs-5c510e707f561c20a83330df56c0870192d5cb5f.tar.gz |
(save-completions-flag): Doc fix.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r-- | lisp/completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 67127020c1c..f087031b266 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -292,7 +292,7 @@ If nil, no new words added to the database or saved to the init file." (defcustom save-completions-flag t "*Non-nil means save most-used completions when exiting Emacs. -See also `saved-completions-retention-time'." +See also `save-completions-retention-time'." :type 'boolean :group 'completion) |