summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:27:11 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:27:11 +0000
commit1259a0808966d07c391febd60ac94ef46475cab4 (patch)
tree592779d76af4d9522e89afd54deea44f16e4f2f0 /lisp/apropos.el
parenta0776d6b0639a6c1ade1241fddd21150b919db2e (diff)
downloademacs-1259a0808966d07c391febd60ac94ef46475cab4.tar.gz
(apropos-files-scanned): Doc fix.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el2
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.")