diff options
| author | Nicolas Petton | 2015-04-24 19:33:18 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2015-04-24 19:33:18 +0200 |
| commit | eea2e831381a7b33ecfcd1c4dfee725a917befd3 (patch) | |
| tree | b2f4260e882467e82517d6bdcc941d7a0536b4ec | |
| parent | d75151a671dcdc1cac8c6ab1a47520bae4872d70 (diff) | |
| download | emacs-eea2e831381a7b33ecfcd1c4dfee725a917befd3.tar.gz emacs-eea2e831381a7b33ecfcd1c4dfee725a917befd3.zip | |
* lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring.
| -rw-r--r-- | lisp/emacs-lisp/map.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el index 087ab286ac3..3984b08c44e 100644 --- a/lisp/emacs-lisp/map.el +++ b/lisp/emacs-lisp/map.el | |||
| @@ -206,7 +206,7 @@ ARGS should have the form [TYPE FORM]... | |||
| 206 | The following keyword types are meaningful: `:list', | 206 | The following keyword types are meaningful: `:list', |
| 207 | `:hash-table' and `array'. | 207 | `:hash-table' and `array'. |
| 208 | 208 | ||
| 209 | An error is thrown if MAP is neither a list, hash-table or array. | 209 | An error is thrown if MAP is neither a list, hash-table nor array. |
| 210 | 210 | ||
| 211 | Return RESULT if non-nil or the result of evaluation of the | 211 | Return RESULT if non-nil or the result of evaluation of the |
| 212 | form. | 212 | form. |