mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Merge from origin/emacs-26
e5a2933(origin/emacs-26) lisp/vc/: documentation fixesf21f8e6Document 'desktop-files-not-to-save'd8917ebImprove documentation of Profiling featuresb228839Improve indexing of "performance" in ELisp manualab67b3eMinor change in Emacs manual's VC chapterc352434Avoid memory corruption with specpdl overflow + edebug (Bug#3...593bbdaDocument comment-fill-column in the manual (Bug#11636)bd4cc8d* doc/emacs/dired.texi (Marks vs Flags): Copyedits.69107f3; Fix doc typos related to indefinite articlesaaad1e6Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac...5906418More fixes for the Emacs manual9ab3df1; Fix doc typos related to indefinite articles66a4e65; Fix doc typos related to indefinite articles35e5c57; Fix doc typos related to indefinite articles
This commit is contained in:
commit
4fa90ff8f5
118 changed files with 288 additions and 240 deletions
|
|
@ -11799,7 +11799,7 @@ Uses recursion."
|
|||
@end group
|
||||
@end smallexample
|
||||
|
||||
What happens when we call this function with a argument of 7?
|
||||
What happens when we call this function with an argument of 7?
|
||||
|
||||
The first instance of the @code{triangle-recursively} function adds
|
||||
the number 7 to the value returned by a second instance of
|
||||
|
|
@ -20821,7 +20821,7 @@ The function @code{1+} which adds one to its argument, is executed on
|
|||
|
||||
Contrast this with @code{apply}, which applies its first argument to
|
||||
all the remaining.
|
||||
(@xref{Readying a Graph, , Readying a Graph}, for a explanation of
|
||||
(@xref{Readying a Graph, , Readying a Graph}, for an explanation of
|
||||
@code{apply}.)
|
||||
|
||||
@need 1250
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue