diff options
author | Dave Love <fx@gnu.org> | 1998-05-30 17:57:14 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1998-05-30 17:57:14 +0000 |
commit | 35e9c644caadc3117e607e0ff561b888c35516ee (patch) | |
tree | 29c1ed5f215addb3beeefa1c38f835df68f1dd07 /lisp/finder.el | |
parent | e096c7f17f50f0e467838eb98da9da32eb18855f (diff) | |
download | emacs-35e9c644caadc3117e607e0ff561b888c35516ee.tar.gz |
(finder-known-keywords): Fix `convenience' entry.
Diffstat (limited to 'lisp/finder.el')
-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 cc6db1c9bab..07d79f84220 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -51,7 +51,7 @@ (c . "support for the C language and related languages") (calendar . "calendar and time management support") (comm . "communications, networking, remote access to files") - (convenience. "convenience features for faster editing") + (convenience . "convenience features for faster editing") (data . "support editing files of data") (docs . "support for Emacs documentation") (emulations . "emulations of other editors") |