diff options
Diffstat (limited to 'lisp/wid-browse.el')
-rw-r--r-- | lisp/wid-browse.el | 6 |
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 |