# HG changeset patch # User Dave Love # Date 896551034 0 # Node ID b2ceb0b98995fe980172c4224a91db4536d95e62 # Parent 9dd312681e15175628344be5b178f2ab4c71893c (finder-known-keywords): Fix `convenience' entry. diff -r 9dd312681e15 -r b2ceb0b98995 lisp/finder.el --- a/lisp/finder.el Sat May 30 15:48:11 1998 +0000 +++ b/lisp/finder.el Sat May 30 17:57:14 1998 +0000 @@ -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")