diff options
| author | Stefan Kangas | 2021-09-24 14:46:56 +0200 |
|---|---|---|
| committer | Stefan Kangas | 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.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. | |||
| 805 | The array MUST reside at the top of the buffer. | 805 | The array MUST reside at the top of the buffer. |
| 806 | 806 | ||
| 807 | TABs are not respected, and may be converted into spaces at any time. | 807 | TABs are not respected, and may be converted into spaces at any time. |
| 808 | Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion, | 808 | Setting the variable `array-respect-tabs' to non-nil will prevent |
| 809 | but will cause many functions to give errors if they encounter one. | 809 | TAB conversion, but will cause many functions to give errors if |
| 810 | they encounter one. | ||
| 810 | 811 | ||
| 811 | Upon entering array mode, you will be prompted for the values of | 812 | Upon entering array mode, you will be prompted for the values of |
| 812 | several variables. Others will be calculated based on the values you | 813 | several variables. Others will be calculated based on the values you |