summaryrefslogtreecommitdiff
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-12 22:34:14 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-12 22:34:14 +0000
commit5c510e707f561c20a83330df56c0870192d5cb5f (patch)
tree24757ebe9ccc7bbb7fa752a9e4edd0a37be516fa /lisp/completion.el
parent0aefe6ac88832e80ff6492b8fa1da644f998eb03 (diff)
downloademacs-5c510e707f561c20a83330df56c0870192d5cb5f.tar.gz
(save-completions-flag): Doc fix.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el2
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)