diff options
| -rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index ef26b9878fa..efc3d2b8a9b 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -99,7 +99,7 @@ This looks good, but slows down the commands several times.") | |||
| 99 | "Regexp used in current apropos run.") | 99 | "Regexp used in current apropos run.") |
| 100 | 100 | ||
| 101 | (defvar apropos-files-scanned () | 101 | (defvar apropos-files-scanned () |
| 102 | "List of elc files already scanned in current run of `apropos-documentaion'.") | 102 | "List of elc files already scanned in current run of `apropos-documentation'.") |
| 103 | 103 | ||
| 104 | (defvar apropos-accumulator () | 104 | (defvar apropos-accumulator () |
| 105 | "Alist of symbols already found in current apropos run.") | 105 | "Alist of symbols already found in current apropos run.") |