From: Dave Love Date: Sat, 30 May 1998 17:57:14 +0000 (+0000) Subject: (finder-known-keywords): Fix `convenience' entry. X-Git-Tag: emacs-20.3~782 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35e9c644caadc3117e607e0ff561b888c35516ee;p=emacs.git (finder-known-keywords): Fix `convenience' entry. --- 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")