diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:41:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:41:31 +0000 |
commit | 5e24ee14f1fb0e9873a557dd359a9a61102b9899 (patch) | |
tree | c196ba0fee9287caae3c973366e2cef0bf2134bd /lisp/apropos.el | |
parent | 82db92834656b640fdc5c622b3f9c5a2a9aa94b1 (diff) | |
download | emacs-5e24ee14f1fb0e9873a557dd359a9a61102b9899.tar.gz |
(apropos-synonyms): Fix typo in docstring.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") |