make macro errors less verbose
[bpt/emacs.git] / lisp / emulation / viper-ex.el
index a4a5f34..65192c2 100644 (file)
@@ -1887,7 +1887,8 @@ Please contact your system administrator. "
                            (if (featurep 'xemacs) "X" "")
                            ))))))
 
-;; Ex source command.  Loads the file specified as argument or `~/.viper'
+;; Ex source command.
+;; Loads the file specified as argument or viper-custom-file-name.
 (defun ex-source ()
   (viper-get-ex-file)
   (if (string= ex-file "")