aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1998-05-30 17:57:14 +0000
committerDave Love1998-05-30 17:57:14 +0000
commit35e9c644caadc3117e607e0ff561b888c35516ee (patch)
tree29c1ed5f215addb3beeefa1c38f835df68f1dd07
parente096c7f17f50f0e467838eb98da9da32eb18855f (diff)
downloademacs-35e9c644caadc3117e607e0ff561b888c35516ee.tar.gz
emacs-35e9c644caadc3117e607e0ff561b888c35516ee.zip
(finder-known-keywords): Fix `convenience' entry.
-rw-r--r--lisp/finder.el2
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")