]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/reftex-sel.el
gnus-sum.el (gnus-summary-show-article): Don't load shr unconditionally.
[gnu-emacs] / lisp / textmodes / reftex-sel.el
index b4e15fd277628503739835d09d0b64ea1ce20ef3..f4f10f1d1e002a7a62db6b5c9ced16145588fa6b 100644 (file)
@@ -570,13 +570,13 @@ Useful for large TOC's."
    nil t)
   (beginning-of-line))
 (defun reftex-select-next-heading (&optional arg)
-  "Move to next table of contentes line."
+  "Move to next table of contents line."
   (interactive "p")
   (end-of-line)
   (re-search-forward "^ " nil t arg)
   (beginning-of-line))
 (defun reftex-select-previous-heading (&optional arg)
-  "Move to previous table of contentes line."
+  "Move to previous table of contents line."
   (interactive "p")
   (re-search-backward "^ " nil t arg))
 (defun reftex-select-quit ()