]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove spurious FIXMEs in my last commit
authorStefan Kangas <stefan@marxist.se>
Fri, 30 Oct 2020 10:41:47 +0000 (11:41 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 30 Oct 2020 10:41:47 +0000 (11:41 +0100)
lisp/emacs-lisp/shortdoc.el

index ebc7e3f61b10cff6562775aea7907e14119a115e..dd9cbd5d55ac5a59520ff141f35cfd2e6d43ffd8 100644 (file)
@@ -1236,7 +1236,6 @@ Example:
   "Move cursor to previous function."
   (interactive "p")
   (shortdoc--goto-section arg 'shortdoc-function t)
-  ;; FIXME: Why is this needed?
   (backward-char 1))
 
 (defun shortdoc-next-section (&optional arg)
@@ -1248,7 +1247,6 @@ Example:
   "Move cursor to previous section."
   (interactive "p")
   (shortdoc--goto-section arg 'shortdoc-section t)
-  ;; FIXME: Why is this needed?
   (forward-line -2))
 
 (provide 'shortdoc)