summaryrefslogtreecommitdiff
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-17 18:42:29 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-17 18:42:29 +0000
commit68f8f37f9d061ae16e3f34dc7df60468000865dc (patch)
tree56349e6ea8d83f74ec72978573b3bdceefdd367c /lisp/finder.el
parent01ea0e3b377632db843fdfb39144b60c8d4c5fe9 (diff)
downloademacs-68f8f37f9d061ae16e3f34dc7df60468000865dc.tar.gz
(finder-known-keywords): Generalize `c' keyword.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index 4583d4b3ed0..be5800c5153 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -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")