summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-28 11:20:42 +0100
committerBastien Guerry <bzg@altern.org>2014-01-28 11:20:42 +0100
commite45d13d94e1185db14031e0becafb6911b7a57b6 (patch)
tree575b4b0c6425e090c1447ca3ed9aabda2a5c50bd
parent2cb8b1401c3361465f50ace0b84c1770c5fa9fb4 (diff)
parentb298a47eb1c4c4e2fcb3984e5facb33f46c70167 (diff)
downloadorg-mode-e45d13d94e1185db14031e0becafb6911b7a57b6.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 70305da..9c7a6a7 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9885,7 +9885,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.