diff options
| author | Karl Heuer | 1999-06-29 17:23:16 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-06-29 17:23:16 +0000 |
| commit | 0e6f68deacee2b07614b3af8b55bfa75a2afa82d (patch) | |
| tree | 224d45345a47a063eec3bdce473c03b1a8352b6f | |
| parent | b67792520cd64cf1875fc14084dce1bd78e33b6b (diff) | |
| download | emacs-0e6f68deacee2b07614b3af8b55bfa75a2afa82d.tar.gz emacs-0e6f68deacee2b07614b3af8b55bfa75a2afa82d.zip | |
(auto-show-mode): Fix Typo in :set.
| -rw-r--r-- | lisp/auto-show.el | 2 |
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. | |||
| 49 | 49 | ||
| 50 | Setting this variable directly does not take effect; | 50 | Setting this variable directly does not take effect; |
| 51 | use either \\[customize] or the function `auto-show-mode'." | 51 | use either \\[customize] or the function `auto-show-mode'." |
| 52 | :set (lambda (symbol value) (auto-show mode value)) | 52 | :set (lambda (symbol value) (auto-show-mode value)) |
| 53 | :require 'auto-show | 53 | :require 'auto-show |
| 54 | :initialize 'custom-initialize-default | 54 | :initialize 'custom-initialize-default |
| 55 | :link '(emacs-commentary-link "auto-show.el") | 55 | :link '(emacs-commentary-link "auto-show.el") |