1
0
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:
Eli Zaretskii 2024-05-18 14:38:29 +03:00
parent df1a9e42ba
commit a4828155d8

View File

@ -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