comparison lisp/finder.el @ 2270:a74fc62a3a1f

Typo fix.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 19 Mar 1993 21:32:09 +0000
parents 2c7997f249eb
children 026941de1886
comparison
equal deleted inserted replaced
2269:8d18b4730895 2270:a74fc62a3a1f
41 (require 'finder-inf) 41 (require 'finder-inf)
42 (require 'picture) 42 (require 'picture)
43 43
44 (defvar finder-known-keywords 44 (defvar finder-known-keywords
45 '( 45 '(
46 (abbrev . "abbreviation handking, typing shortcuts, macros") 46 (abbrev . "abbreviation handling, typing shortcuts, macros")
47 (bib . "code related to the bib(1) bibliography processor") 47 (bib . "code related to the bib(1) bibliography processor")
48 (c . "C and C++ language support") 48 (c . "C and C++ language support")
49 (calendar . "calendar and time management support") 49 (calendar . "calendar and time management support")
50 (comm . "communications, networking, remote access to files") 50 (comm . "communications, networking, remote access to files")
51 (docs . "support for Emacs documentation") 51 (docs . "support for Emacs documentation")