Fix typo in the manual.

This commit is contained in:
Bastien Guerry 2009-07-16 20:16:27 +02:00
parent debebd2082
commit 14ce57f84a
1 changed files with 1 additions and 1 deletions

View File

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