summaryrefslogtreecommitdiff
path: root/lisp/emulation/vip.el
diff options
context:
space:
mode:
authorChristopher Zaborsky <rogue@erratum.com>1992-11-10 20:01:10 +0000
committerChristopher Zaborsky <rogue@erratum.com>1992-11-10 20:01:10 +0000
commit1433a22243951f8c4f0455cc91f551b5a08eaf48 (patch)
tree25284ae64d6133642de3865b8dd998328592476a /lisp/emulation/vip.el
parentd367fa71492136cc7b38184a4f76becaac7d35dd (diff)
downloademacs-1433a22243951f8c4f0455cc91f551b5a08eaf48.tar.gz
Doc fix.
Diffstat (limited to 'lisp/emulation/vip.el')
-rw-r--r--lisp/emulation/vip.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el
index f26365bf706..f0dc131d272 100644
--- a/lisp/emulation/vip.el
+++ b/lisp/emulation/vip.el
@@ -2924,7 +2924,8 @@ a token has type \(command, address, end-mark\) and value."
(shell))
(defun ex-substitute (&optional repeat r-flag)
- "ex substitute. if REPEAT use previous reg-exp which is ex-reg-exp or
+ "ex substitute.
+If REPEAT use previous reg-exp which is ex-reg-exp or
vip-s-string"
(let (pat repl (opt-g nil) (opt-c nil) (matched-pos nil))
(if repeat (setq ex-token nil) (vip-get-ex-pat))