projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
122ace8
)
; Remove spurious FIXMEs in my last commit
author
Stefan Kangas
<stefan@marxist.se>
Fri, 30 Oct 2020 10:41:47 +0000
(11:41 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 30 Oct 2020 10:41:47 +0000
(11:41 +0100)
lisp/emacs-lisp/shortdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/shortdoc.el
b/lisp/emacs-lisp/shortdoc.el
index ebc7e3f61b10cff6562775aea7907e14119a115e..dd9cbd5d55ac5a59520ff141f35cfd2e6d43ffd8 100644
(file)
--- 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)