aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-edit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index d8fdf966374..4dae3bab018 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -422,7 +422,7 @@
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
@@ -443,7 +443,7 @@
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