Fixing wordings

master
MT 7 years ago
parent b2e2f97629
commit 14845ebd3d
  1. 8
      eaf.el

@ -614,14 +614,14 @@ We need calcuate render allocation to make sure no black border around render co
(setq eaf-first-start-app-name app-name)
(setq eaf-first-start-arguments arguments)
(eaf-start-process)
(message (format "Opening %s with eaf.%s" url app-name)))
(message (format "Opening %s with EAF-%s..." url app-name)))
;; Output something to user if app-name is empty string.
(if (or (string-prefix-p "/" url)
(string-prefix-p "~" url))
(if (not (file-exists-p url))
(message (format "EAF: %s is not exists." url))
(message (format "EAF Don't know how to open %s" url)))
(message (format "EAF Don't know how to open %s" url)))))
(message (format "EAF: %s does not exist." url))
(message (format "EAF doesn't know how to open %s." url)))
(message (format "EAF doesn't know how to open %s." url)))))
(defun eaf-split-preview-windows ()
(delete-other-windows)

Loading…
Cancel
Save