summaryrefslogtreecommitdiff
path: root/lisp/widget.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 12:23:00 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 12:23:00 +0000
commite8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch)
tree588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/widget.el
parent4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff)
downloademacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/widget.el')
-rw-r--r--lisp/widget.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/widget.el b/lisp/widget.el
index 24198a9d6f6..ffe8682b616 100644
--- a/lisp/widget.el
+++ b/lisp/widget.el
@@ -1,4 +1,4 @@
-;;; widget.el --- a library of user interface components.
+;;; widget.el --- a library of user interface components
;;
;; Copyright (C) 1996, 1997 Free Software Foundation, Inc.
;;
@@ -95,4 +95,4 @@ The third argument DOC is a documentation string for the widget."
(provide 'widget)
-;; widget.el ends here
+;;; widget.el ends here