summaryrefslogtreecommitdiff
path: root/lisp/auto-show.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/auto-show.el')
-rw-r--r--lisp/auto-show.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/auto-show.el b/lisp/auto-show.el
index 67d712b0796..7bee39e2ece 100644
--- a/lisp/auto-show.el
+++ b/lisp/auto-show.el
@@ -49,7 +49,7 @@ This variable is automatically local in each buffer where it is set.
Setting this variable directly does not take effect;
use either \\[customize] or the function `auto-show-mode'."
- :set (lambda (symbol value) (auto-show mode value))
+ :set (lambda (symbol value) (auto-show-mode value))
:require 'auto-show
:initialize 'custom-initialize-default
:link '(emacs-commentary-link "auto-show.el")