emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/apropos.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el
Date: Fri, 24 Mar 2006 13:28:23 +0000

Index: emacs/lisp/apropos.el
diff -u emacs/lisp/apropos.el:1.114 emacs/lisp/apropos.el:1.115
--- emacs/lisp/apropos.el:1.114 Mon Feb  6 14:33:31 2006
+++ emacs/lisp/apropos.el       Fri Mar 24 13:28:23 2006
@@ -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.")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]