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 | 15e92a336d6b88540e90e3acaa79119a9c9f47fa (patch) | |
tree | 971861b67b7d0a50b423c18c36b2b229ab994baf | |
parent | 6672546d51ef09b58b275f1e8f7cca84da3f6703 (diff) | |
download | emacs-15e92a336d6b88540e90e3acaa79119a9c9f47fa.tar.gz |
(finder-known-keywords): Add `convenience'.
-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") |