mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-15 18:26:36 -04:00
; * doc/lispintro/emacs-lisp-intro.texi (nthcdr): Whitespace (bug#71033).
This commit is contained in:
parent
df1a9e42ba
commit
a4828155d8
|
|
@ -7193,7 +7193,7 @@ the @samp{@result{}} shows what is returned.
|
|||
@smallexample
|
||||
@group
|
||||
(cdr '(pine fir oak maple))
|
||||
@result{}(fir oak maple)
|
||||
@result{} (fir oak maple)
|
||||
@end group
|
||||
|
||||
@group
|
||||
|
|
@ -7203,7 +7203,7 @@ the @samp{@result{}} shows what is returned.
|
|||
|
||||
@group
|
||||
(cdr '(oak maple))
|
||||
@result{}(maple)
|
||||
@result{} (maple)
|
||||
@end group
|
||||
|
||||
@group
|
||||
|
|
|
|||
Loading…
Reference in a new issue