]> code.delx.au - gnu-emacs/commitdiff
(save-completions-flag): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Sep 1997 22:34:14 +0000 (22:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Sep 1997 22:34:14 +0000 (22:34 +0000)
lisp/completion.el

index 67127020c1c8b0005090a7e517fc0dff155de025..f087031b266a3bbb95c8d03eb54f22cb05fe1c49 100644 (file)
@@ -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)