summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex-index.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-15 18:37:37 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-15 18:37:37 +0100
commitc7015153512a7d00aba390cc1f9a6b512a9c9ed7 (patch)
tree273167d1dbfc68a60ad4c195b9cd0bcfae9a302d /lisp/textmodes/reftex-index.el
parentdcecfb4cb41ffa672672f55df8ce20deb7af78c4 (diff)
downloademacs-c7015153512a7d00aba390cc1f9a6b512a9c9ed7.tar.gz
emacs-c7015153512a7d00aba390cc1f9a6b512a9c9ed7.tar.bz2
emacs-c7015153512a7d00aba390cc1f9a6b512a9c9ed7.zip
Fix typos.
Diffstat (limited to 'lisp/textmodes/reftex-index.el')
-rw-r--r--lisp/textmodes/reftex-index.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el
index 79df6135806..f0ceaa74d26 100644
--- a/lisp/textmodes/reftex-index.el
+++ b/lisp/textmodes/reftex-index.el
@@ -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))