summaryrefslogtreecommitdiff
path: root/lisp/wid-browse.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/wid-browse.el
parent4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff)
downloademacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/wid-browse.el')
-rw-r--r--lisp/wid-browse.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el
index fb573fe814c..f93e1d9611a 100644
--- a/lisp/wid-browse.el
+++ b/lisp/wid-browse.el
@@ -1,4 +1,4 @@
-;;; wid-browse.el --- Functions for browsing widgets.
+;;; wid-browse.el --- functions for browsing widgets
;;
;; Copyright (C) 1997 Free Software Foundation, Inc.
;;
@@ -122,7 +122,7 @@ if that value is non-nil."
(get widget 'widget-type)
(and (consp widget)
(get (widget-type widget) 'widget-type)))
- (error "Not a widget."))
+ (error "Not a widget"))
;; Create the buffer.
(if (symbolp widget)
(let ((buffer (format "*Browse %s Widget*" widget)))
@@ -299,4 +299,4 @@ With arg, turn widget mode on if and only if arg is positive."
(provide 'wid-browse)
-;; wid-browse.el ends here
+;;; wid-browse.el ends here