comparison lisp/apropos.el @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents 8dd8c8286063 a2208b1d3dfd
children 95d0cdf160ea
comparison
equal deleted inserted replaced
90649:d53934e7ddef 90650:02cf29720f31
169 ("find" "open" "edit") 169 ("find" "open" "edit")
170 ("kill" "cut") 170 ("kill" "cut")
171 ("yank" "paste") 171 ("yank" "paste")
172 ("region" "selection")) 172 ("region" "selection"))
173 "List of synonyms known by apropos. 173 "List of synonyms known by apropos.
174 Each element is a list of words where the first word is the standard emacs 174 Each element is a list of words where the first word is the standard Emacs
175 term, and the rest of the words are alternative terms.") 175 term, and the rest of the words are alternative terms.")
176 176
177 177
178 ;;; Button types used by apropos 178 ;;; Button types used by apropos
179 179