comparison lisp/cus-edit.el @ 63249:32b12a7e7c4f

(minibuffer): Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:01:47 +0000
parents acd4cec2decf
children 49d95c194532 a1b34dec1104
comparison
equal deleted inserted replaced
63248:457f83187ef5 63249:32b12a7e7c4f
415 (defgroup debug nil 415 (defgroup debug nil
416 "Debugging Emacs itself." 416 "Debugging Emacs itself."
417 :group 'development) 417 :group 'development)
418 418
419 (defgroup minibuffer nil 419 (defgroup minibuffer nil
420 "Controling the behaviour of the minibuffer." 420 "Controling the behavior of the minibuffer."
421 :link '(custom-manual "(emacs)Minibuffer") 421 :link '(custom-manual "(emacs)Minibuffer")
422 :group 'environment) 422 :group 'environment)
423 423
424 (defgroup keyboard nil 424 (defgroup keyboard nil
425 "Input from the keyboard." 425 "Input from the keyboard."
2185 (((min-colors 88) (class color) 2185 (((min-colors 88) (class color)
2186 (background light)) 2186 (background light))
2187 (:foreground "blue1" :weight bold :height 1.2 :inherit variable-pitch)) 2187 (:foreground "blue1" :weight bold :height 1.2 :inherit variable-pitch))
2188 (((class color) 2188 (((class color)
2189 (background light)) 2189 (background light))
2190 (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch)) 2190 (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch))
2191 (t (:weight bold))) 2191 (t (:weight bold)))
2192 "Face used for unpushable variable tags." 2192 "Face used for unpushable variable tags."
2193 :group 'custom-faces) 2193 :group 'custom-faces)
2194 ;; backward-compatibility alias 2194 ;; backward-compatibility alias
2195 (put 'custom-variable-tag-face 'face-alias 'custom-variable-tag) 2195 (put 'custom-variable-tag-face 'face-alias 'custom-variable-tag)