1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(automatic-hscrolling): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.

This commit is contained in:
Eli Zaretskii 2001-05-20 04:14:49 +00:00
parent e07cfbca00
commit 310e9a2152
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
* frame.el (automatic-hscrolling): Fix a typo. From Pavel
Jan,Bm(Bk <Pavel@Janik.cz>.
2001-05-18 Sam Steingold <sds@gnu.org>
* pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer'

View File

@ -1089,7 +1089,7 @@ left untouched. FRAME nil or omitted means use the selected frame."
:group 'frames)
(defcustom automatic-hscrolling t
"*Allow or disallow autmatic scrolling windows horizontally.
"*Allow or disallow automatic scrolling windows horizontally.
If non-nil, windows are automatically scrolled horizontally to make
point visible."
:version "21.1"