Mercurial > emacs
changeset 63249:32b12a7e7c4f
(minibuffer): Fix spellings in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 10 Jun 2005 14:01:47 +0000 |
parents | 457f83187ef5 |
children | 07f77f5f8190 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)