]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-synonyms): Add selection => region.
authorKim F. Storm <storm@cua.dk>
Fri, 24 Mar 2006 13:28:23 +0000 (13:28 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 24 Mar 2006 13:28:23 +0000 (13:28 +0000)
lisp/apropos.el

index 3333981c5e5617e351a0b82c1ea8152989bf5d5a..b490b8173bac7af7d3e6ecb84ab1d214e84477c7 100644 (file)
@@ -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.")