1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(minibuffer): Fix spellings in docstrings.

This commit is contained in:
Juanma Barranquero 2005-06-10 14:01:47 +00:00
parent eb88139e25
commit 29a82d4c3e

View File

@ -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)