summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/shortdoc.el2
1 files changed, 0 insertions, 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)