mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(apropos-synonyms): Add selection => region.
This commit is contained in:
parent
0ef4f79b47
commit
f4517e516b
1 changed files with 2 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue