emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ff3838e: ; Remove spurious FIXMEs in my last commit


From: Stefan Kangas
Subject: master ff3838e: ; Remove spurious FIXMEs in my last commit
Date: Fri, 30 Oct 2020 06:42:41 -0400 (EDT)

branch: master
commit ff3838ecc3f5c913675ca935e047dc6952d79f50
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Remove spurious FIXMEs in my last commit
---
 lisp/emacs-lisp/shortdoc.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el
index ebc7e3f..dd9cbd5 100644
--- a/lisp/emacs-lisp/shortdoc.el
+++ b/lisp/emacs-lisp/shortdoc.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]