From ff3838ecc3f5c913675ca935e047dc6952d79f50 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 30 Oct 2020 11:41:47 +0100 Subject: [PATCH] ; 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 ebc7e3f61b1..dd9cbd5d55a 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) -- 2.39.2