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