comparison lisp/cus-edit.el @ 77171:6540b56c4b3d

(minibuffer, auto-save): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 13 Apr 2007 09:05:43 +0000
parents 12695d523f37
children 20578868cbb3 e6fdae9180d4
comparison
equal deleted inserted replaced
77170:d0794795863c 77171:6540b56c4b3d
420 (defgroup debug nil 420 (defgroup debug nil
421 "Debugging Emacs itself." 421 "Debugging Emacs itself."
422 :group 'development) 422 :group 'development)
423 423
424 (defgroup minibuffer nil 424 (defgroup minibuffer nil
425 "Controling the behavior of the minibuffer." 425 "Controlling the behavior of the minibuffer."
426 :link '(custom-manual "(emacs)Minibuffer") 426 :link '(custom-manual "(emacs)Minibuffer")
427 :group 'environment) 427 :group 'environment)
428 428
429 (defgroup keyboard nil 429 (defgroup keyboard nil
430 "Input from the keyboard." 430 "Input from the keyboard."
441 (defgroup dnd nil 441 (defgroup dnd nil
442 "Handling data from drag and drop." 442 "Handling data from drag and drop."
443 :group 'environment) 443 :group 'environment)
444 444
445 (defgroup auto-save nil 445 (defgroup auto-save nil
446 "Preventing accidential loss of data." 446 "Preventing accidental loss of data."
447 :group 'files) 447 :group 'files)
448 448
449 (defgroup processes-basics nil 449 (defgroup processes-basics nil
450 "Basic stuff dealing with processes." 450 "Basic stuff dealing with processes."
451 :group 'processes) 451 :group 'processes)