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
commit66b34ebc97c260f943a280210a0f26af857a85c9 (patch)
treee6f64ef052f0b936d78964dfb20f755cee1d1f03 /lisp/finder.el
parent0c4fe74dd41df0e98dcc8189e98a33aa92851f78 (diff)
downloademacs-66b34ebc97c260f943a280210a0f26af857a85c9.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")