From: Richard M. Stallman Date: Fri, 12 Sep 1997 22:34:14 +0000 (+0000) Subject: (save-completions-flag): Doc fix. X-Git-Tag: emacs-20.1~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c510e707f561c20a83330df56c0870192d5cb5f;p=emacs.git (save-completions-flag): Doc fix. --- 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)