diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/frame.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97bb8265928..ac8eedadd2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * frame.el (automatic-hscrolling): Fix a typo. From Pavel | ||
| 4 | Jan,Bm(Bk <Pavel@Janik.cz>. | ||
| 5 | |||
| 1 | 2001-05-18 Sam Steingold <sds@gnu.org> | 6 | 2001-05-18 Sam Steingold <sds@gnu.org> |
| 2 | 7 | ||
| 3 | * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer' | 8 | * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer' |
diff --git a/lisp/frame.el b/lisp/frame.el index 3b3bf3eaaef..5eceff5ba6b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1089,7 +1089,7 @@ left untouched. FRAME nil or omitted means use the selected frame." | |||
| 1089 | :group 'frames) | 1089 | :group 'frames) |
| 1090 | 1090 | ||
| 1091 | (defcustom automatic-hscrolling t | 1091 | (defcustom automatic-hscrolling t |
| 1092 | "*Allow or disallow autmatic scrolling windows horizontally. | 1092 | "*Allow or disallow automatic scrolling windows horizontally. |
| 1093 | If non-nil, windows are automatically scrolled horizontally to make | 1093 | If non-nil, windows are automatically scrolled horizontally to make |
| 1094 | point visible." | 1094 | point visible." |
| 1095 | :version "21.1" | 1095 | :version "21.1" |