summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-28 11:20:29 +0100
committerBastien Guerry <bzg@altern.org>2014-01-28 11:20:29 +0100
commitb298a47eb1c4c4e2fcb3984e5facb33f46c70167 (patch)
treea07b6685b3963c5452ba8dc2a18e9e802ea4b96e
parent43870228c586e20362eea0dd418211a5e2db50bd (diff)
downloadorg-mode-b298a47eb1c4c4e2fcb3984e5facb33f46c70167.tar.gz
org.texi (Literal examples): Fix typo
* org.texi (Literal examples): Fix typo.
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 2f177e5..1c00d39 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.