comparison lisp/help.el @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
728 (interactive) 728 (interactive)
729 (if (and (boundp 'Installation-string) 729 (if (and (boundp 'Installation-string)
730 (stringp Installation-string)) 730 (stringp Installation-string))
731 (with-displaying-help-buffer 731 (with-displaying-help-buffer
732 (lambda () 732 (lambda ()
733 (princ Installation-string)) 733 (princ
734 (if (fboundp 'decode-coding-string)
735 (decode-coding-string Installation-string 'automatic-conversion)
736 Installation-string)))
734 "Installation") 737 "Installation")
735 (error "No Installation information available."))) 738 (error "No Installation information available.")))
736 739
737 (defun view-emacs-news () 740 (defun view-emacs-news ()
738 "Display info on recent changes to XEmacs." 741 "Display info on recent changes to XEmacs."