Remove incorrect uses of "modeline".
[bpt/emacs.git] / lisp / net / eudc.el
index 3f24a78..9bd0180 100644 (file)
@@ -1213,7 +1213,7 @@ queries the server for the existing fields and displays a corresponding form."
 ;;; Load the options file
 (if (and (not noninteractive)
         (and (locate-library eudc-options-file)
-             (progn (message "") t))   ; Remove modeline message
+             (progn (message "") t))   ; Remove mode line message
         (not (featurep 'eudc-options-file)))
     (load eudc-options-file))