diff lisp/emulation/viper-ex.el @ 38414:67b464da13ec

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 19:53:53 +0000
parents f6386773ce30
children 10482dd382e7
line wrap: on
line diff
--- a/lisp/emulation/viper-ex.el	Sun Jul 15 17:42:53 2001 +0000
+++ b/lisp/emulation/viper-ex.el	Sun Jul 15 19:53:53 2001 +0000
@@ -19,7 +19,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; Code
+;;; Commentary:
+
+;;; Code:
 
 (provide 'viper-ex)
 
@@ -1436,7 +1438,7 @@
     (if name
 	(if (eq 1 (length name))
 	    (setq char (string-to-char name))
-	  (error "`%s': Spurious text \"%s\" after mark name."
+	  (error "`%s': Spurious text \"%s\" after mark name"
 		 name (substring name 1) viper-SpuriousText))
     (save-window-excursion
       (setq viper-ex-work-buf (get-buffer-create viper-ex-work-buf-name)) 
@@ -2221,4 +2223,4 @@
 
 
 
-;;;  viper-ex.el ends here
+;;; viper-ex.el ends here