* lisp/emacs-lisp/seq.el: Documentation improvements
This commit is contained in:
parent
dcac0090da
commit
d46f31b4b2
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-03-25 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* emacs-lisp/seq.el: Documentation improvements.
|
||||
|
||||
2015-03-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* net/browse-url.el (browse-url-browser-function)
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
;;
|
||||
;; All provided functions work on lists, strings and vectors.
|
||||
;;
|
||||
;; Functions taking a predicate or a function iterating over the
|
||||
;; sequence as argument take the function as their first argument and
|
||||
;; Functions taking a predicate or iterating over a sequence using a
|
||||
;; function as argument take the function as their first argument and
|
||||
;; the sequence as their second argument. All other functions take
|
||||
;; the sequence as their first argument.
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue