comparison lisp/emacs-lisp/warnings.el @ 54486:34a469490568

Doc fix.
author Juri Linkov <juri@jurta.org>
date Mon, 22 Mar 2004 07:48:01 +0000
parents 695cf19ef79e
children aac0a33f5772
comparison
equal deleted inserted replaced
54485:6232f791322c 54486:34a469490568
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; This file implements the entry points `warn', `lwarn' 27 ;; This file implements the entry points `warn', `lwarn'
28 ;; and `display-warnings'. 28 ;; and `display-warning'.
29 29
30 ;;; Code: 30 ;;; Code:
31 31
32 (defgroup warnings nil 32 (defgroup warnings nil
33 "Log and display warnings." 33 "Log and display warnings."