]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/viper-ex.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / emulation / viper-ex.el
index fb2c1792a41d7e163cd9d497357855918c0055b7..6e55ac5b5d69ac26d585cd95f38c3c7e2edcc3ad 100644 (file)
@@ -396,7 +396,7 @@ reversed."
     ))
 
 ;; Get an ex-token which is either an address or a command.
-;; A token has a type, \(command, address, end-mark\), and a value
+;; A token has a type, (command, address, end-mark), and a value
 (defun viper-get-ex-token ()
   (save-window-excursion
     (setq viper-ex-work-buf (get-buffer-create viper-ex-work-buf-name))
@@ -1658,7 +1658,7 @@ reversed."
   (if (and (not (string= ex-file (buffer-file-name)))
           (buffer-modified-p)
           (not ex-variant))
-      (error "No write since last change \(:rec! overrides\)"))
+      (error "No write since last change (:rec! overrides)"))
   (recover-file ex-file))
 
 ;; Tell that `rewind' is obsolete and to use `:next count' instead