From 62a918cab4c8a0550dc52f7024aaf23581784b1a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 29 Apr 2008 03:42:15 +0000 Subject: [PATCH] Fix comment typo. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index ea0253304af..029de93baff 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1782,7 +1782,7 @@ item in another window.\n\n")) ;;; Modification of Basic Widgets. ;; ;; We add extra properties to the basic widgets needed here. This is -;; fine, as long as we are careful to stay within out own namespace. +;; fine, as long as we are careful to stay within our own namespace. ;; ;; We want simple widgets to be displayed by default, but complex ;; widgets to be hidden. -- 2.11.4.GIT