Mercurial > emacs
changeset 22295:b2ceb0b98995
(finder-known-keywords): Fix `convenience' entry.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 30 May 1998 17:57:14 +0000 |
parents | 9dd312681e15 |
children | b58a79fe0af2 |
files | lisp/finder.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")