diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-18 04:34:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-18 04:34:54 +0000 |
commit | 1c9056c31482bed5cb1315e756ee06b9c8980dc9 (patch) | |
tree | 820668243c7f89155addf0b9a48359d24a41e6c2 /lisp/finder.el | |
parent | ca1a6e9d0f24ab05beb0d40630e4546e67b7d1a2 (diff) | |
download | emacs-1c9056c31482bed5cb1315e756ee06b9c8980dc9.tar.gz |
(finder-known-keywords): Add `convenience'.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 7d638bd4edd..cc6db1c9bab 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -51,6 +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") (data . "support editing files of data") (docs . "support for Emacs documentation") (emulations . "emulations of other editors") |