Mercurial > emacs
changeset 11470:2958364d4d99
(finder-known-keywords): Generalize `c' keyword.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Apr 1995 18:42:29 +0000 |
parents | 11c4f543b742 |
children | 019a9e941699 |
files | lisp/finder.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/finder.el Mon Apr 17 07:11:51 1995 +0000 +++ b/lisp/finder.el Mon Apr 17 18:42:29 1995 +0000 @@ -48,7 +48,7 @@ '( (abbrev . "abbreviation handling, typing shortcuts, macros") (bib . "code related to the `bib' bibliography processor") - (c . "C and C++ language support") + (c . "support for the C language and related languages") (calendar . "calendar and time management support") (comm . "communications, networking, remote access to files") (data . "support editing files of data")