diff options
| -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. |