comparison lisp/minibuf.el @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents ed74d2ca7082
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
41 ;;; Code: 41 ;;; Code:
42 42
43 (require 'cl) 43 (require 'cl)
44 44
45 (defgroup minibuffer nil 45 (defgroup minibuffer nil
46 "Controling the behavior of the minibuffer." 46 "Controlling the behavior of the minibuffer."
47 :group 'environment) 47 :group 'environment)
48 48
49 49
50 (defcustom insert-default-directory t 50 (defcustom insert-default-directory t
51 "*Non-nil means when reading a filename start with default dir in minibuffer." 51 "*Non-nil means when reading a filename start with default dir in minibuffer."