]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-documentation): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 13 Apr 2007 09:02:54 +0000 (09:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 13 Apr 2007 09:02:54 +0000 (09:02 +0000)
lisp/wid-edit.el

index 035f54b89807d5c1b7f4801e3926c74ae7baa45c..4c560918594b9e72f07076d0eaa645a9eabce14c 100644 (file)
@@ -84,7 +84,7 @@
   :group 'hypermedia)
 
 (defgroup widget-documentation nil
-  "Options controling the display of documentation strings."
+  "Options controlling the display of documentation strings."
   :group 'widgets)
 
 (defgroup widget-faces nil