(minibuffer, auto-save): Fix typos in docstrings.

This commit is contained in:
Juanma Barranquero 2007-04-13 09:05:43 +00:00
parent cb9026a38f
commit 040ee34f61

View file

@ -422,7 +422,7 @@
:group 'development)
(defgroup minibuffer nil
"Controling the behavior of the minibuffer."
"Controlling the behavior of the minibuffer."
:link '(custom-manual "(emacs)Minibuffer")
:group 'environment)
@ -443,7 +443,7 @@
:group 'environment)
(defgroup auto-save nil
"Preventing accidential loss of data."
"Preventing accidental loss of data."
:group 'files)
(defgroup processes-basics nil