aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/footnote.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-12-20 18:59:32 +0000
committerPavel Janík <[email protected]>2001-12-20 18:59:32 +0000
commit0ff9b955fe8d8032f5c139dcc86990f0177b646f (patch)
treeca703702f9fd7d7a9a15f77cb5cdc28c5767bdc2 /lisp/mail/footnote.el
parent3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 (diff)
Doc fixes.
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 a10751b10c..8cf12b8226 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)))