diff options
author | Juri Linkov <juri@jurta.org> | 2004-03-22 07:48:01 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-03-22 07:48:01 +0000 |
commit | b49c969bd018a368a4e565206a7cda49ae79d631 (patch) | |
tree | 2f4947b9fe60a0164fc0ee2c8b8f3149b66434ee /lisp/emacs-lisp/warnings.el | |
parent | a05260f2654ec79991abd674badd9600d948cdeb (diff) | |
download | emacs-b49c969bd018a368a4e565206a7cda49ae79d631.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/warnings.el')
-rw-r--r-- | lisp/emacs-lisp/warnings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el index ff6d074fd1f..e2bf813f9ce 100644 --- a/lisp/emacs-lisp/warnings.el +++ b/lisp/emacs-lisp/warnings.el @@ -25,7 +25,7 @@ ;;; Commentary: ;; This file implements the entry points `warn', `lwarn' -;; and `display-warnings'. +;; and `display-warning'. ;;; Code: |