mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00: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 New Issue
Block a user