mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-25
0ffc9ceUpdate admin/authors.el0ad7410Update Antinews in ELisp manualea0f750Fix comments on window height macros0bbdeedFix 'url-http-create-request' when cookies are used0045998Fix cross reference in frames.texi1392894; * etc/DEBUG: Minor copyedits.304a5c8; * etc/DEBUG: Improve documentation of getting control to GDB.56bf7d7Fix regexp-opt documentation (bug #17862)803ad6f; Fix documentation of seq-subseqed4530d* lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in doc...88ea396; Spelling fixes17197d0Fix tags-query-replace docstring80a7f8bClarify documentation of precision in format specs88a5052Improve and clarify documentation of subprocesses89eb09f* etc/PROBLEMS: Mention gnutls-cli 3.5.3 (Bug#24247). # Conflicts: # etc/PROBLEMS # src/process.c
This commit is contained in:
commit
dcd90f60eb
17 changed files with 619 additions and 445 deletions
|
|
@ -137,7 +137,7 @@ the sequence, and its index within the sequence."
|
|||
|
||||
(cl-defgeneric seq-subseq (sequence start &optional end)
|
||||
"Return the sequence of elements of SEQUENCE from START to END.
|
||||
END is inclusive.
|
||||
END is exclusive.
|
||||
|
||||
If END is omitted, it defaults to the length of the sequence. If
|
||||
START or END is negative, it counts from the end. Signal an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue