changeset 77170:d0794795863c

(widget-documentation): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 13 Apr 2007 09:02:54 +0000
parents 8905fec7d280
children 6540b56c4b3d
files lisp/wid-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/wid-edit.el	Fri Apr 13 09:00:41 2007 +0000
+++ b/lisp/wid-edit.el	Fri Apr 13 09:02:54 2007 +0000
@@ -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