diff lisp/apropos.el @ 69657:f58d58756723

(apropos-synonyms): Add selection => region.
author Kim F. Storm <storm@cua.dk>
date Fri, 24 Mar 2006 13:28:23 +0000
parents 3bd95f4f2941
children e08e964839f4 e6bf73e43cf4
line wrap: on
line diff
--- 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.")