diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:27:11 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:27:11 +0000 |
commit | 1259a0808966d07c391febd60ac94ef46475cab4 (patch) | |
tree | 592779d76af4d9522e89afd54deea44f16e4f2f0 /lisp/apropos.el | |
parent | a0776d6b0639a6c1ade1241fddd21150b919db2e (diff) | |
download | emacs-1259a0808966d07c391febd60ac94ef46475cab4.tar.gz |
(apropos-files-scanned): Doc fix.
Diffstat (limited to 'lisp/apropos.el')
-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.") "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.") |