diff options
| -rw-r--r-- | lisp/auto-show.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/auto-show.el b/lisp/auto-show.el index 6a8aff3c86d..93323f6c8c1 100644 --- a/lisp/auto-show.el +++ b/lisp/auto-show.el | |||
| @@ -13,9 +13,9 @@ | |||
| 13 | ;;; Code: | 13 | ;;; Code: |
| 14 | 14 | ||
| 15 | (defgroup auto-show nil | 15 | (defgroup auto-show nil |
| 16 | "This customization group is kept for compatibilry only. | 16 | "This customization group is kept for compatibility only. |
| 17 | Emacs now does hscrolling automatically. Please remove references | 17 | Emacs now does hscrolling automatically. Please remove references |
| 18 | to hscroll from your init file and code." | 18 | to auto-show from your init file and code." |
| 19 | :group 'editing) | 19 | :group 'editing) |
| 20 | 20 | ||
| 21 | ;;;###autoload | 21 | ;;;###autoload |