1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

(apropos-synonyms): Add selection => region.

This commit is contained in:
Kim F. Storm 2006-03-24 13:28:23 +00:00
parent 0ef4f79b47
commit f4517e516b

View 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.")