branch: externals/dicom
commit a0acbe7183c9ed5b4b6518388d9d7ce661f408c9
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update README
---
README.org | 5 +++--
dicom.el | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 8cd2e9eee3..20042083ea 100644
--- a/README.org
+++ b/README.org
@@ -19,8 +19,9 @@ files and DICOM images (file extension *.dcm or *.ima).
Furthermore the command
Dicom.el is available from [[https://elpa.gnu.org/packages/dicom.html][GNU
ELPA]]. You can install it directly via ~M-x package-install RET dicom RET~.
After installation, you can open ~DICOMDIR~ and DICOM image files.
-The package relies on external programs from the dcmtk DICOM toolkit, which are
-all widely available on Linux distributions.
+Emacs must be compiled with support for PNG, SVG and XML. The package relies on
+external programs from the dcmtk DICOM toolkit, which are all widely available
+on Linux distributions.
- ~dcm2xml~ and ~dcmj2pnm~ from the dcmtk DICOM toolkit
- ~ffmpeg~ for video conversion (optional)
diff --git a/dicom.el b/dicom.el
index 21d24ec62f..67f9c8521c 100644
--- a/dicom.el
+++ b/dicom.el
@@ -36,7 +36,7 @@
;; Furthermore the command `dicom-open' opens DICOMDIR directory files or DICOM
;; image files interactively.
-;; Emacs must be compiled with support for PNG, XML and SVG. The package
relies
+;; Emacs must be compiled with support for PNG, SVG and XML. The package
relies
;; on external programs from the dcmtk DICOM toolkit, which are all widely
;; available on Linux distributions.