From: Kim F. Storm Date: Fri, 24 Mar 2006 13:28:23 +0000 (+0000) Subject: (apropos-synonyms): Add selection => region. X-Git-Tag: emacs-pretest-22.0.90~3445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4517e516bff4013b84102bfe04700d257bd4e79;p=emacs.git (apropos-synonyms): Add selection => region. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index 3333981c5e5..b490b8173ba 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -168,7 +168,8 @@ If value is `verbose', the computed score is shown for each match." (defvar apropos-synonyms '( ("find" "open" "edit") ("kill" "cut") - ("yank" "paste")) + ("yank" "paste") + ("region" "selection")) "List of synonyms known by apropos. Each element is a list of words where the first word is the standard emacs term, and the rest of the words are alternative terms.")