diff options
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) |