diff options
| author | Juanma Barranquero | 2006-11-06 02:41:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-06 02:41:31 +0000 |
| commit | 5e24ee14f1fb0e9873a557dd359a9a61102b9899 (patch) | |
| tree | c196ba0fee9287caae3c973366e2cef0bf2134bd | |
| parent | 82db92834656b640fdc5c622b3f9c5a2a9aa94b1 (diff) | |
| download | emacs-5e24ee14f1fb0e9873a557dd359a9a61102b9899.tar.gz emacs-5e24ee14f1fb0e9873a557dd359a9a61102b9899.zip | |
(apropos-synonyms): Fix typo in docstring.
| -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." | |||
| 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. |
| 174 | Each element is a list of words where the first word is the standard emacs | 174 | Each element is a list of words where the first word is the standard Emacs |
| 175 | term, and the rest of the words are alternative terms.") | 175 | term, and the rest of the words are alternative terms.") |
| 176 | 176 | ||
| 177 | 177 | ||