From b298a47eb1c4c4e2fcb3984e5facb33f46c70167 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 28 Jan 2014 11:20:29 +0100 Subject: [PATCH] org.texi (Literal examples): Fix typo * org.texi (Literal examples): Fix typo. --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 2f177e53b..1c00d39ef 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -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.