Mercurial > emacs
changeset 13965:3453c54100b5
(apropos-files-scanned): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Jan 1996 23:27:11 +0000 |
parents | 4de229297f1f |
children | 82eeef849f8b |
files | lisp/apropos.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")