changeset 24901:f294890b7555

(auto-show-mode): Fix Typo in :set.
author Karl Heuer <kwzh@gnu.org>
date Tue, 29 Jun 1999 17:23:16 +0000
parents b57b0a4e4230
children 5fc7c26535d5
files lisp/auto-show.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/auto-show.el	Tue Jun 29 17:14:31 1999 +0000
+++ b/lisp/auto-show.el	Tue Jun 29 17:23:16 1999 +0000
@@ -49,7 +49,7 @@
 
 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")