diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-19 21:32:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-19 21:32:09 +0000 |
commit | cccf69fbbb5734c3ea10e14b2795550305cfa3da (patch) | |
tree | 26410efc54154d2834fb1588a673bfe1aef023e8 | |
parent | 0c02ca40d1adba79bdbaed89928f0a416fccbb81 (diff) | |
download | emacs-cccf69fbbb5734c3ea10e14b2795550305cfa3da.tar.gz |
Typo fix.
-rw-r--r-- | lisp/finder.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index b4157703bc6..6eb8c1880ab 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -43,7 +43,7 @@ (defvar finder-known-keywords '( - (abbrev . "abbreviation handking, typing shortcuts, macros") + (abbrev . "abbreviation handling, typing shortcuts, macros") (bib . "code related to the bib(1) bibliography processor") (c . "C and C++ language support") (calendar . "calendar and time management support") |