mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
Fix example code in Emacs Lisp Introduction manual
* doc/lispintro/emacs-lisp-intro.texi (Optional Arguments): Fix indentation in an example. (Bug#67559) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
c7e459132a
commit
bd62bdbc68
1 changed files with 6 additions and 6 deletions
|
|
@ -5986,12 +5986,12 @@ In outline, the whole function looks like this:
|
|||
(and @var{are-both-transient-mark-mode-and-mark-active-true})
|
||||
(push-mark))
|
||||
(let (@var{determine-size-and-set-it})
|
||||
(goto-char
|
||||
(@var{if-there-is-an-argument}
|
||||
@var{figure-out-where-to-go}
|
||||
@var{else-go-to}
|
||||
(point-min))))
|
||||
@var{do-nicety}
|
||||
(goto-char
|
||||
(@var{if-there-is-an-argument}
|
||||
@var{figure-out-where-to-go}
|
||||
@var{else-go-to}
|
||||
(point-min))))
|
||||
@var{do-nicety}
|
||||
@end group
|
||||
@end smallexample
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue