Mercurial > emacs
changeset 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 | d0794795863c |
children | 4c69a90220e3 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Fri Apr 13 09:02:54 2007 +0000 +++ b/lisp/cus-edit.el Fri Apr 13 09:05:43 2007 +0000 @@ -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