diff options
author | Kim F. Storm <storm@cua.dk> | 2006-03-24 13:28:23 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-03-24 13:28:23 +0000 |
commit | f4517e516bff4013b84102bfe04700d257bd4e79 (patch) | |
tree | 1120dda804e96093a91a82df1b3c43fa6c6e9fcd /lisp/apropos.el | |
parent | 0ef4f79b477f3dba5f8ce0a9c7c85e2bbb6c4934 (diff) | |
download | emacs-f4517e516bff4013b84102bfe04700d257bd4e79.tar.gz |
(apropos-synonyms): Add selection => region.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 3 |
1 files changed, 2 insertions, 1 deletions
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.") |