aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index f741730ff96..5b7709b69b4 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1005,7 +1005,7 @@ FRAME nil or omitted means delete all frames except the selected frame."
1005 1005
1006(defcustom automatic-hscrolling t 1006(defcustom automatic-hscrolling t
1007 "*Allow or disallow autmatic scrolling windows horizontally. 1007 "*Allow or disallow autmatic scrolling windows horizontally.
1008If non-nil, windows are autmatically scrolled horizontally to make 1008If non-nil, windows are automatically scrolled horizontally to make
1009point visible." 1009point visible."
1010 :version "21.1" 1010 :version "21.1"
1011 :type 'boolean 1011 :type 'boolean