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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dicom 441d34e679 10/15: Expand commentary


From: ELPA Syncer
Subject: [elpa] externals/dicom 441d34e679 10/15: Expand commentary
Date: Sat, 21 Dec 2024 09:57:56 -0500 (EST)

branch: externals/dicom
commit 441d34e67905e041949aaa3d6d2c69b9aa3338ff
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Expand commentary
---
 README.org | 13 +++++++------
 dicom.el   | 17 +++++++++--------
 2 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/README.org b/README.org
index d2470d8bdd..87dd614e7c 100644
--- a/README.org
+++ b/README.org
@@ -6,12 +6,13 @@
 #+html: <a href="https://melpa.org/#/dicom";><img alt="MELPA" 
src="https://melpa.org/packages/dicom-badge.svg"/></a>
 #+html: <a href="https://stable.melpa.org/#/dicom";><img alt="MELPA Stable" 
src="https://stable.melpa.org/packages/dicom-badge.svg"/></a>
 
-DICOM files are typically used for medical imaging (US, CR, 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~ and ~magic-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.
+DICOM stands for Digital Imaging and Communications in Medicine. DICOM files 
are
+typically used for medical imaging with different modalities like US, CR, CT,
+MRI or 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~ and ~magic-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 95e8c7d4f6..59de8c7ef1 100644
--- a/dicom.el
+++ b/dicom.el
@@ -1,4 +1,4 @@
-;;; dicom.el --- DICOM viewer -*- lexical-binding: t -*-
+;;; dicom.el --- DICOM viewer - Digital Imaging & Communications in Medicine 
-*- lexical-binding: t -*-
 
 ;; Copyright (C) 2024 Free Software Foundation, Inc.
 
@@ -27,13 +27,14 @@
 
 ;;; Commentary:
 
-;; DICOM files are typically used for medical imaging (US, CR, 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' and `magic-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.
+;; DICOM stands for Digital Imaging and Communications in Medicine.  DICOM 
files
+;; are typically used for medical imaging with different modalities like US, 
CR,
+;; CT, MRI or 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' and `magic-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.
 
 ;; Emacs must be compiled with support for PNG, XML and SVG.  The package 
relies
 ;; on a few external programs, which are all widely available on Linux



reply via email to

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