aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-cmd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index 5c91df90166..5e1620df57c 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -4400,7 +4400,7 @@ and regexp replace."
4400;; etc. 4400;; etc.
4401(defun viper-cycle-through-mark-ring () 4401(defun viper-cycle-through-mark-ring ()
4402 "Visit previous locations on the mark ring. 4402 "Visit previous locations on the mark ring.
4403One can use `` and '' to temporarily jump 1 step back." 4403One can use \\=`\\=` and '' to temporarily jump 1 step back."
4404 (let* ((sv-pt (point))) 4404 (let* ((sv-pt (point)))
4405 ;; if repeated `m,' command, pop the previously saved mark. 4405 ;; if repeated `m,' command, pop the previously saved mark.
4406 ;; Prev saved mark is actually prev saved point. It is used if the 4406 ;; Prev saved mark is actually prev saved point. It is used if the