Mercurial > emacs
changeset 69657:f58d58756723
(apropos-synonyms): Add selection => region.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 24 Mar 2006 13:28:23 +0000 |
parents | e704de29521a |
children | 80767c00292c |
files | lisp/apropos.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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.")