# HG changeset patch # User Juanma Barranquero # Date 1118412107 0 # Node ID 32b12a7e7c4f46b7b967567fa135ad95b40b0b87 # Parent 457f83187ef5d3778bdc01603f7fade7214cc53f (minibuffer): Fix spellings in docstrings. diff -r 457f83187ef5 -r 32b12a7e7c4f lisp/cus-edit.el --- a/lisp/cus-edit.el Fri Jun 10 13:19:09 2005 +0000 +++ b/lisp/cus-edit.el Fri Jun 10 14:01:47 2005 +0000 @@ -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 @@ (: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)