summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-06-29 17:23:16 +0000
committerKarl Heuer <kwzh@gnu.org>1999-06-29 17:23:16 +0000
commit0e6f68deacee2b07614b3af8b55bfa75a2afa82d (patch)
tree224d45345a47a063eec3bdce473c03b1a8352b6f
parentb67792520cd64cf1875fc14084dce1bd78e33b6b (diff)
downloademacs-0e6f68deacee2b07614b3af8b55bfa75a2afa82d.tar.gz
(auto-show-mode): Fix Typo in :set.
-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")