]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/reftex-index.el
Fix bug #2975 with insufficient docs of texinfo-master-menu.
[gnu-emacs] / lisp / textmodes / reftex-index.el
index 79df6135806e74a62a6104a1acc5c03b505bab67..f0ceaa74d2670e3a167de100aa7a06762baeaafd 100644 (file)
@@ -663,7 +663,7 @@ SPC=view TAB=goto RET=goto+hide [e]dit [q]uit [r]escan [f]ollow [?]Help
     (insert "\n")))
 
 (defun reftex-get-restriction (arg docstruct)
-  ;; Interprete the prefix ARG and derive index restriction specs.
+  ;; Interpret the prefix ARG and derive index restriction specs.
   (let* ((beg (min (point) (or (condition-case nil (mark) (error nil))
                                (point-max))))
          (end (max (point) (or (condition-case nil (mark) (error nil))