summaryrefslogtreecommitdiff
path: root/lisp/mail/footnote.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/footnote.el')
-rw-r--r--lisp/mail/footnote.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index a10751b10cf..8cf12b82262 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -513,7 +513,7 @@ styles."
(defun Footnote-text-under-cursor ()
"Return the number of footnote if in footnote text.
-Nil is returned if the cursor is not positioned over the text of
+Return nil if the cursor is not positioned over the text of
a footnote."
(when (and (let ((old-point (point)))
(save-excursion
@@ -536,7 +536,7 @@ a footnote."
(defun Footnote-under-cursor ()
"Return the number of the footnote underneath the cursor.
-Nil is returned if the cursor is not over a footnote."
+Return nil if the cursor is not over a footnote."
(or (get-text-property (point) 'footnote-number)
(Footnote-text-under-cursor)))