From f4517e516bff4013b84102bfe04700d257bd4e79 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 24 Mar 2006 13:28:23 +0000 Subject: [PATCH] (apropos-synonyms): Add selection => region. --- lisp/apropos.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.") -- 2.39.2