Skip to content

Commit 68573dd

Browse files
committed
Fix docstring line exceeding 80 characters
1 parent 468e452 commit 68573dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/top/utop.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ backend")
261261
Each entry is (MODE :next-phrase FN :discover-phrase FN).
262262
263263
:next-phrase FN should move point to the beginning of the next phrase.
264-
:discover-phrase FN should return a triple (begin-pos end-pos end-pos-with-comments).
264+
:discover-phrase FN should return a triple
265+
\(begin-pos end-pos end-pos-with-comments).
265266
266267
To add support for a new OCaml major mode, add an entry to this alist:
267268

0 commit comments

Comments
 (0)