1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-04 08:47:03 +00:00

org.texi (Literal examples): Fix typo

* org.texi (Literal examples): Fix typo.
This commit is contained in:
Bastien Guerry 2014-01-28 11:20:29 +01:00
parent 43870228c5
commit b298a47eb1

View File

@ -9894,7 +9894,7 @@ Here is an example:
@example
#+BEGIN_SRC emacs-lisp -n -r
(save-excursion (ref:sc)
(goto-char (point-min)) (ref:jump)
(goto-char (point-min))) (ref:jump)
#+END_SRC
In line [[(sc)]] we remember the current position. [[(jump)][Line (jump)]]
jumps to point-min.