File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,6 @@ you are helping to continue that tradition!
627
627
;; good
628
628
(defun goto-line (line &optional buffer)
629
629
"Go to LINE, counting from line 1 at beginning of buffer.
630
-
631
630
If called interactively, a numeric prefix argument specifies
632
631
LINE; without a numeric prefix argument, read LINE from the
633
632
minibuffer..."
@@ -636,7 +635,6 @@ you are helping to continue that tradition!
636
635
;; bad
637
636
(defun goto-line (line &optional buffer)
638
637
"Go to LINE, counting from line 1 at beginning of buffer.
639
-
640
638
If called interactively, a numeric prefix argument specifies
641
639
LINE; without a numeric prefix argument, read LINE from the
642
640
minibuffer..."
@@ -645,7 +643,6 @@ you are helping to continue that tradition!
645
643
;; also bad
646
644
(defun goto-line (line &optional buffer)
647
645
"Go to LINE, counting from line 1 at beginning of buffer.
648
-
649
646
If called interactively, a numeric prefix argument specifies
650
647
LINE; without a numeric prefix argument, read LINE from the
651
648
minibuffer..."
You can’t perform that action at this time.
0 commit comments