# HG changeset patch # User Juanma Barranquero # Date 1162780891 0 # Node ID a2208b1d3dfdb9ceada6010e14addcb279946a5d # Parent a8f0f78b5599cc358dbd027109bb7c0e6c2d5091 (apropos-synonyms): Fix typo in docstring. diff -r a8f0f78b5599 -r a2208b1d3dfd lisp/apropos.el --- 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.")