Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d46f31b4
Commit
d46f31b4
authored
Mar 25, 2015
by
NicolasPetton
Browse files
* lisp/emacs-lisp/seq.el: Documentation improvements
parent
dcac0090
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/seq.el
lisp/emacs-lisp/seq.el
+2
-2
No files found.
lisp/ChangeLog
View file @
d46f31b4
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)
...
...
lisp/emacs-lisp/seq.el
View file @
d46f31b4
...
...
@@ -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.
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment