From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:41:31 +0000 (+0000) Subject: (apropos-synonyms): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.91~282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e24ee14f1fb0e9873a557dd359a9a61102b9899;p=emacs.git (apropos-synonyms): Fix typo in docstring. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index cbe571f8fec..0e243415141 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -171,7 +171,7 @@ If value is `verbose', the computed score is shown for each match." ("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.")