From 29a82d4c3e91a5027dd695dbb101579c7c086e77 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:01:47 +0000 Subject: [PATCH] (minibuffer): Fix spellings in docstrings. --- lisp/cus-edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 6f5afa9bacd..d2f89efb7f5 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -417,7 +417,7 @@ :group 'development) (defgroup minibuffer nil - "Controling the behaviour of the minibuffer." + "Controling the behavior of the minibuffer." :link '(custom-manual "(emacs)Minibuffer") :group 'environment) @@ -2187,7 +2187,7 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"." (:foreground "blue1" :weight bold :height 1.2 :inherit variable-pitch)) (((class color) (background light)) - (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch)) + (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch)) (t (:weight bold))) "Face used for unpushable variable tags." :group 'custom-faces) -- 2.39.5