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:
parent
122ace858b
commit
ff3838ecc3
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue