comparison lisp/apropos.el @ 90375:e6bf73e43cf4

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 164-184) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: man/mh-e.texi (Folders): Various edits. - Update from erc--emacs--0 * gnus--rel--5.10 (patch 62-70) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 28 Mar 2006 23:08:20 +0000
parents c5406394f567 f58d58756723
children 72dea2ff0142
comparison
equal deleted inserted replaced
90374:cf65b3d033bb 90375:e6bf73e43cf4
166 "Current item in or for `apropos-accumulator'.") 166 "Current item in or for `apropos-accumulator'.")
167 167
168 (defvar apropos-synonyms '( 168 (defvar apropos-synonyms '(
169 ("find" "open" "edit") 169 ("find" "open" "edit")
170 ("kill" "cut") 170 ("kill" "cut")
171 ("yank" "paste")) 171 ("yank" "paste")
172 ("region" "selection"))
172 "List of synonyms known by apropos. 173 "List of synonyms known by apropos.
173 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
174 term, and the rest of the words are alternative terms.") 175 term, and the rest of the words are alternative terms.")
175 176
176 177