(minibuffer, auto-save): Fix typos in docstrings.
This commit is contained in:
parent
cb9026a38f
commit
040ee34f61
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue