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

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

[elpa] externals/idlwave 77b9d69f93 154/360: - Doc string for convert xm


From: ELPA Syncer
Subject: [elpa] externals/idlwave 77b9d69f93 154/360: - Doc string for convert xml routine.
Date: Sun, 28 Apr 2024 00:59:19 -0400 (EDT)

branch: externals/idlwave
commit 77b9d69f93378a77d11db267379fb0bf8c024979
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    - Doc string for convert xml routine.
---
 idlwave.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/idlwave.el b/idlwave.el
index 1cd2fa751d..cfecedbb93 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -7,7 +7,7 @@
 ;;          Chris Chase <chase@att.com>
 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
 ;; Version: VERSIONTAG
-;; Date: $Date: 2006/01/09 19:23:25 $
+;; Date: $Date: 2006/01/09 19:47:22 $
 ;; Keywords: languages
 
 ;; This file is part of GNU Emacs.
@@ -4834,8 +4834,9 @@ Gets set in cached XML rinfo, or `idlw-rinfo.el'.")
        (insert ")"))))
 
 (defun idlwave-convert-xml-system-routine-info ()
-  ;; Convert XML supplied routine info into internal SEXP form, and
-  ;; cache to disk for quick recovery.
+  "Convert XML supplied IDL routine info into internal form.
+Cache to disk for quick recovery."
+  (interactive)
   (let* ((dir (file-name-as-directory 
               (expand-file-name "help/online_help" (idlwave-sys-dir))))
         (catalog-file (expand-file-name "idl_catalog.xml" dir))



reply via email to

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