diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-24 14:46:56 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-26 13:23:57 +0200 |
commit | c78e16962e63895d340f80cf245fad568a7da770 (patch) | |
tree | fd8912ae6e025f7c20ecce2eea1708e092a5093f /lisp/array.el | |
parent | f4ea15907aeb020b80d021a8d6bf212bcde08ab9 (diff) | |
download | emacs-c78e16962e63895d340f80cf245fad568a7da770.tar.gz emacs-c78e16962e63895d340f80cf245fad568a7da770.tar.bz2 emacs-c78e16962e63895d340f80cf245fad568a7da770.zip |
; Adjust overly long docstrings to fit 80 characters
Diffstat (limited to 'lisp/array.el')
-rw-r--r-- | lisp/array.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/array.el b/lisp/array.el index 6632da55dd4..2c9a6815d25 100644 --- a/lisp/array.el +++ b/lisp/array.el @@ -805,8 +805,9 @@ NOT recognized as integers or real numbers. The array MUST reside at the top of the buffer. TABs are not respected, and may be converted into spaces at any time. -Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion, -but will cause many functions to give errors if they encounter one. +Setting the variable `array-respect-tabs' to non-nil will prevent +TAB conversion, but will cause many functions to give errors if +they encounter one. Upon entering array mode, you will be prompted for the values of several variables. Others will be calculated based on the values you |