Skip to content

Commit 131d0ad

Browse files
committed
Fix goto-line example to match its actual docstring
1 parent 216b7b6 commit 131d0ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ you are helping to continue that tradition!
627627
;; good
628628
(defun goto-line (line &optional buffer)
629629
"Go to LINE, counting from line 1 at beginning of buffer.
630-
631630
If called interactively, a numeric prefix argument specifies
632631
LINE; without a numeric prefix argument, read LINE from the
633632
minibuffer..."
@@ -636,7 +635,6 @@ you are helping to continue that tradition!
636635
;; bad
637636
(defun goto-line (line &optional buffer)
638637
"Go to LINE, counting from line 1 at beginning of buffer.
639-
640638
If called interactively, a numeric prefix argument specifies
641639
LINE; without a numeric prefix argument, read LINE from the
642640
minibuffer..."
@@ -645,7 +643,6 @@ you are helping to continue that tradition!
645643
;; also bad
646644
(defun goto-line (line &optional buffer)
647645
"Go to LINE, counting from line 1 at beginning of buffer.
648-
649646
If called interactively, a numeric prefix argument specifies
650647
LINE; without a numeric prefix argument, read LINE from the
651648
minibuffer..."

0 commit comments

Comments
 (0)