Mercurial > emacs
changeset 73751:a2208b1d3dfd
(apropos-synonyms): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 06 Nov 2006 02:41:31 +0000 |
parents | a8f0f78b5599 |
children | 682027448d56 |
files | lisp/apropos.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/apropos.el Mon Nov 06 02:41:01 2006 +0000 +++ b/lisp/apropos.el Mon Nov 06 02:41:31 2006 +0000 @@ -171,7 +171,7 @@ ("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 +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.")