# HG changeset patch # User Karl Heuer # Date 820798031 0 # Node ID 3453c54100b5f30aa59c2e18a67a2fbe2cd66a55 # Parent 4de229297f1f5e7b6ebd30b5cd052b29a22c31d5 (apropos-files-scanned): Doc fix. diff -r 4de229297f1f -r 3453c54100b5 lisp/apropos.el --- a/lisp/apropos.el Thu Jan 04 23:26:20 1996 +0000 +++ b/lisp/apropos.el Thu Jan 04 23:27:11 1996 +0000 @@ -99,7 +99,7 @@ "Regexp used in current apropos run.") (defvar apropos-files-scanned () - "List of elc files already scanned in current run of `apropos-documentaion'.") + "List of elc files already scanned in current run of `apropos-documentation'.") (defvar apropos-accumulator () "Alist of symbols already found in current apropos run.")