aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuri Linkov2004-03-22 07:48:01 +0000
committerJuri Linkov2004-03-22 07:48:01 +0000
commitb49c969bd018a368a4e565206a7cda49ae79d631 (patch)
tree2f4947b9fe60a0164fc0ee2c8b8f3149b66434ee /lisp
parenta05260f2654ec79991abd674badd9600d948cdeb (diff)
downloademacs-b49c969bd018a368a4e565206a7cda49ae79d631.tar.gz
emacs-b49c969bd018a368a4e565206a7cda49ae79d631.zip
Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/warnings.el2
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 @@
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