[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dicom 22f2ed0ed1 3/8: Improve commentary
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dicom 22f2ed0ed1 3/8: Improve commentary |
Date: |
Fri, 20 Dec 2024 12:58:00 -0500 (EST) |
branch: externals/dicom
commit 22f2ed0ed190b08d45e1cc6acb143d3e423a530a
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Improve commentary
---
README.org | 6 +++---
dicom.el | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index bb1164b11f..917075ad1e 100644
--- a/README.org
+++ b/README.org
@@ -3,9 +3,9 @@
DICOM files are typically used for medical imaging (US, CT, MRI, PET). This
package adds the ability to view such files in Emacs. The images and metadata
are displayed in regular Emacs buffers. The package registers itself in
-~auto-mode-alist~ for DICOMDIR and DICOM images (file extension *.dcm or
*.ima).
-Furthermore the command ~dicom-open~ opens DICOMDIR or DICOM image files
-interactively.
+~auto-mode-alist~ for DICOMDIR directory files and DICOM images (file extension
+*.dcm or *.ima). Furthermore the command ~dicom-open~ opens DICOMDIR directory
+files or DICOM image files interactively.
The package relies on a few external programs, which are all widely available
on
Linux distributions.
diff --git a/dicom.el b/dicom.el
index 71a9a5000a..485701887a 100644
--- a/dicom.el
+++ b/dicom.el
@@ -30,9 +30,9 @@
;; DICOM files are typically used for medical imaging (US, CT, MRI, PET). This
;; package adds the ability to view such files in Emacs. The images and
;; metadata are displayed in regular Emacs buffers. The package registers
-;; itself in `auto-mode-alist' for DICOMDIR and DICOM images (file extension
-;; *.dcm or *.ima). Furthermore the command `dicom-open' opens DICOMDIR or
-;; DICOM image files interactively.
+;; itself in `auto-mode-alist' for DICOMDIR directory files and DICOM images
+;; (file extension *.dcm or *.ima). Furthermore the command `dicom-open' opens
+;; DICOMDIR directory files or DICOM image files interactively.
;; The package relies on a few external programs, which are all widely
available
;; on Linux distributions.
- [elpa] branch externals/dicom created (now 7353a179a4), ELPA Syncer, 2024/12/20
- [elpa] externals/dicom 35a2a99b45 1/8: Initial commit, ELPA Syncer, 2024/12/20
- [elpa] externals/dicom aec76bf487 4/8: Improve messages, ELPA Syncer, 2024/12/20
- [elpa] externals/dicom e2214120c8 7/8: Improve error messages, ELPA Syncer, 2024/12/20
- [elpa] externals/dicom c0ad9daf15 5/8: README: Add badges, ELPA Syncer, 2024/12/20
- [elpa] externals/dicom 22f2ed0ed1 3/8: Improve commentary,
ELPA Syncer <=
- [elpa] externals/dicom 55293d152f 2/8: Add docs, ELPA Syncer, 2024/12/20
- [elpa] externals/dicom 7353a179a4 8/8: Better image placeholders, ELPA Syncer, 2024/12/20
- [elpa] externals/dicom 5f87368c2a 6/8: Raise errors, ELPA Syncer, 2024/12/20