Commit 75f0ed7
Gabor Melis
Add lisp-fill-string-by-source-column
With lisp-fill-string-by-source-column nil (the previous default
behaviour):
(defgeneric foo ()
(:documentation "The first line of this indented docstring is roughly as long as
the rest. Using this option makes sense to ensure that docstrings are
preformatted."))
With lisp-fill-string-by-source-column t:
(defgeneric foo ()
(:documentation "The line of this indented docstring is as
roughly as long as long as rest. Use this option to make source
code look nice."))1 parent 65735ce commit 75f0ed7
1 file changed
+23
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1435 | 1435 | | |
1436 | 1436 | | |
1437 | 1437 | | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
1438 | 1448 | | |
1439 | 1449 | | |
1440 | 1450 | | |
| |||
1501 | 1511 | | |
1502 | 1512 | | |
1503 | 1513 | | |
1504 | | - | |
1505 | | - | |
1506 | | - | |
1507 | | - | |
1508 | | - | |
1509 | | - | |
1510 | | - | |
1511 | | - | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
1512 | 1527 | | |
1513 | 1528 | | |
1514 | 1529 | | |
| |||
0 commit comments