# HG changeset patch # User Kim F. Storm # Date 1143206903 0 # Node ID f58d58756723b575bd8e8e0ad40bb5075a568980 # Parent e704de29521a7e43df3259dfeeb9e25180c790d1 (apropos-synonyms): Add selection => region. diff -r e704de29521a -r f58d58756723 lisp/apropos.el --- a/lisp/apropos.el Fri Mar 24 13:28:11 2006 +0000 +++ b/lisp/apropos.el Fri Mar 24 13:28:23 2006 +0000 @@ -168,7 +168,8 @@ (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.")