|
@@ -9894,7 +9894,7 @@ Here is an example:
|
|
@example
|
|
@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 position. [[(jump)][Line (jump)]]
|
|
In line [[(sc)]] we remember the current position. [[(jump)][Line (jump)]]
|
|
jumps to point-min.
|
|
jumps to point-min.
|