aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 02:41:31 +0000
committerJuanma Barranquero2006-11-06 02:41:31 +0000
commit5e24ee14f1fb0e9873a557dd359a9a61102b9899 (patch)
treec196ba0fee9287caae3c973366e2cef0bf2134bd
parent82db92834656b640fdc5c622b3f9c5a2a9aa94b1 (diff)
downloademacs-5e24ee14f1fb0e9873a557dd359a9a61102b9899.tar.gz
emacs-5e24ee14f1fb0e9873a557dd359a9a61102b9899.zip
(apropos-synonyms): Fix typo in docstring.
-rw-r--r--lisp/apropos.el2
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."
171 ("yank" "paste") 171 ("yank" "paste")
172 ("region" "selection")) 172 ("region" "selection"))
173 "List of synonyms known by apropos. 173 "List of synonyms known by apropos.
174Each element is a list of words where the first word is the standard emacs 174Each element is a list of words where the first word is the standard Emacs
175term, and the rest of the words are alternative terms.") 175term, and the rest of the words are alternative terms.")
176 176
177 177