summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index d88a344641f..e0eb69d32ff 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -60,7 +60,7 @@
(defcustom auto-insert-mode nil
"Toggle auto-insert-mode.
This variable should be set only with \\[customize], which is equivalent
-to using the function `auto-insert-mode'.
+to using the function `auto-insert-mode'."
:set (lambda (symbol value)
(auto-insert-mode (or value 0)))
:initialize 'custom-initialize-default