diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-26 19:31:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-26 19:31:40 +0000 |
commit | 43a3bdccec5ce24ba5e299d70183879162dec66e (patch) | |
tree | 9af28fc16809eb81689cf1f1ecd5e24a4b36a453 /lisp/jka-compr.el | |
parent | 917baba010d08236570f1d25bd009d0442a33fce (diff) | |
download | emacs-43a3bdccec5ce24ba5e299d70183879162dec66e.tar.gz emacs-43a3bdccec5ce24ba5e299d70183879162dec66e.tar.bz2 emacs-43a3bdccec5ce24ba5e299d70183879162dec66e.zip |
Comment change.
Diffstat (limited to 'lisp/jka-compr.el')
-rw-r--r-- | lisp/jka-compr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 25e535ae085..02c32e4b70e 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -170,7 +170,7 @@ invoked.") nil "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.") -;;; Functions for accessing the return value of jka-get-compression-info +;;; Functions for accessing the return value of jka-compr-get-compression-info (defun jka-compr-info-regexp (info) (aref info 0)) (defun jka-compr-info-compress-message (info) (aref info 1)) (defun jka-compr-info-compress-program (info) (aref info 2)) |