aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/array.el
diff options
context:
space:
mode:
authorStefan Kangas2021-09-24 14:46:56 +0200
committerStefan Kangas2021-09-26 13:23:57 +0200
commitc78e16962e63895d340f80cf245fad568a7da770 (patch)
treefd8912ae6e025f7c20ecce2eea1708e092a5093f /lisp/array.el
parentf4ea15907aeb020b80d021a8d6bf212bcde08ab9 (diff)
downloademacs-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.el5
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.
808Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion, 808Setting the variable `array-respect-tabs' to non-nil will prevent
809but will cause many functions to give errors if they encounter one. 809TAB conversion, but will cause many functions to give errors if
810they 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
812several variables. Others will be calculated based on the values you 813several variables. Others will be calculated based on the values you