1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 07:40:39 -08:00

; Remove spurious FIXMEs in my last commit

This commit is contained in:
Stefan Kangas 2020-10-30 11:41:47 +01:00
parent 122ace858b
commit ff3838ecc3

View 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)