emacs-elpa-diffs
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]